We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2b26b0 + b99b5ac commit 0b68b1dCopy full SHA for 0b68b1d
src/transaction/mod.rs
@@ -993,6 +993,7 @@ where
993
transaction_id,
994
operator,
995
is_frozen,
996
+ regenerate_transaction_id,
997
} = body;
998
999
// not a `map().map_err()` because ownership.
@@ -1007,6 +1008,7 @@ where
1007
1008
1009
1010
1011
1012
},
1013
signers,
1014
sources,
@@ -1022,6 +1024,7 @@ where
1022
1024
1023
1025
1026
1027
1028
1029
1030
0 commit comments