Skip to content

Commit

Permalink
revert keys to bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 31, 2024
1 parent 7b43e33 commit db47a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hex_boosting.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ message boosted_hex_info_v1 {
// for each period
repeated uint32 multipliers = 5;
// the onchain address of the boosted hex account
string boosted_hex_pubkey = 6;
bytes boosted_hex_pubkey = 6;
// the onchain address of the boost config account
string boost_config_pubkey = 7;
bytes boost_config_pubkey = 7;
}

message boosted_hex_update_v1 {
Expand Down

0 comments on commit db47a85

Please sign in to comment.