File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 9494 let signed_transaction = services:: SignedTransaction {
9595 body_bytes,
9696 sig_map : Some ( services:: SignatureMap { sig_pair : signatures } ) ,
97+ use_serialized_tx_message_hash_algorithm : false ,
9798 } ;
9899
99100 let signed_transaction_bytes = signed_transaction. encode_to_vec ( ) ;
Original file line number Diff line number Diff line change @@ -835,6 +835,7 @@ impl<D: TransactionExecute> Transaction<D> {
835835 let signed_transaction = services:: SignedTransaction {
836836 body_bytes,
837837 sig_map : Some ( services:: SignatureMap { sig_pair : signatures. clone ( ) } ) ,
838+ use_serialized_tx_message_hash_algorithm : false ,
838839 } ;
839840 services:: Transaction {
840841 signed_transaction_bytes : signed_transaction. encode_to_vec ( ) ,
You can’t perform that action at this time.
0 commit comments