Skip to content

Commit

Permalink
refactor: replace block number with transaction hash
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Oct 18, 2024
1 parent 9338139 commit b18bc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/xmtpv4/envelopes/envelopes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message UnsignedOriginatorEnvelope {

// An alternative to a signature for blockchain payloads
message BlockchainProof {
uint64 block_number = 1;
bytes transaction_hash = 1;
}

// Signed originator envelope
Expand Down

0 comments on commit b18bc3f

Please sign in to comment.