Skip to content

Commit

Permalink
deploy: copy transaction expected to be changed (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Jul 16, 2024
2 parents 3072d7b + a8d7fbc commit 99fb86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/notary.go
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,8 @@ func makeUnsignedDesignateCommitteeNotaryTx(roleContract *rolemgmt.Contract, com
return nil, err
}

tx = tx.Copy()

tx.ValidUntilBlock = sharedTxData.validUntilBlock
tx.Nonce = sharedTxData.nonce
tx.Signers[0].Account = sharedTxData.sender
Expand Down

0 comments on commit 99fb86c

Please sign in to comment.