Skip to content

Commit b99b5ac

Browse files
committed
fix: Unbreak build
Signed-off-by: Skyler Ross <[email protected]>
1 parent a2b26b0 commit b99b5ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/transaction/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@ where
993993
transaction_id,
994994
operator,
995995
is_frozen,
996+
regenerate_transaction_id,
996997
} = body;
997998

998999
// not a `map().map_err()` because ownership.
@@ -1007,6 +1008,7 @@ where
10071008
transaction_id,
10081009
operator,
10091010
is_frozen,
1011+
regenerate_transaction_id,
10101012
},
10111013
signers,
10121014
sources,
@@ -1022,6 +1024,7 @@ where
10221024
transaction_id,
10231025
operator,
10241026
is_frozen,
1027+
regenerate_transaction_id,
10251028
},
10261029
signers,
10271030
sources,

0 commit comments

Comments
 (0)