Skip to content

Commit

Permalink
include txn id in hex update
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 19, 2024
1 parent e692a66 commit 568c560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hex_boosting.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ message boosted_hex_update_v1 {
uint64 timestamp = 1;
// Details of the updated hex
boosted_hex_info_v1 update = 2;
// onchain txn id of the update
string txn_id = 3;
}

0 comments on commit 568c560

Please sign in to comment.