From db47a85109f470526e43c7522acd7f6c12c8f46a Mon Sep 17 00:00:00 2001 From: Andrew McKenzie Date: Wed, 31 Jan 2024 11:12:58 +0000 Subject: [PATCH] revert keys to bytes --- src/hex_boosting.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hex_boosting.proto b/src/hex_boosting.proto index b0dbdd34..39a539cf 100644 --- a/src/hex_boosting.proto +++ b/src/hex_boosting.proto @@ -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 {