-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wallet): invalid metadata sig when creating code template utxo (#…
…4975) Description --- - fixes invalid metadata signature error when submitting transaction with custom outputs e.g. CodeTemplateRegistration Motivation and Context --- `create_send_to_self_with_output` generates a transaction with an invalid metadata signature. This function is used by `create_template_registration` in wallet GRPC. In order to send a send-to-self transaction, the UnblindedOutputBuilder needs to create a complete signature for the new output. The UnblindedOutputBuilder is only currently used in create_pay_to_self_containing_outputs calls. How Has This Been Tested? --- Manually, able to submit a valid template reg utxo
- Loading branch information
Showing
5 changed files
with
62 additions
and
112 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters