Skip to content

Commit

Permalink
add nonce to message state
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Jan 16, 2024
1 parent 44db41d commit 59ff822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/message_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func NobleLogToMessageState(tx Tx) ([]*MessageState, error) {
Status: Created,
SourceDomain: msg.SourceDomain,
DestDomain: msg.DestinationDomain,
Nonce: msg.Nonce,
SourceTxHash: tx.Hash,
MsgSentBytes: rawMessageSentBytes,
DestinationCaller: msg.DestinationCaller,
Expand Down

0 comments on commit 59ff822

Please sign in to comment.