Skip to content

Commit

Permalink
unplanned change
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Dec 17, 2024
1 parent b9b60eb commit a2901fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/blockchain/blockchainPublisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ func (m *BlockchainPublisher) PublishIdentityUpdate(
}

tx, err := m.identityUpdateContract.AddIdentityUpdate(&bind.TransactOpts{
Nonce: new(big.Int).SetUint64(nonce),
From: m.signer.FromAddress(),
Signer: m.signer.SignerFunc(),
Context: ctx,
Nonce: new(big.Int).SetUint64(nonce),
From: m.signer.FromAddress(),
Signer: m.signer.SignerFunc(),
}, inboxId, identityUpdate)
if err != nil {
return nil, err
Expand Down

0 comments on commit a2901fa

Please sign in to comment.