From 5e663437950c3e6d71fbd230e1435005be26603f Mon Sep 17 00:00:00 2001 From: Andrew McKenzie Date: Fri, 11 Mar 2022 15:26:03 +0000 Subject: [PATCH] replace CG pos with pubkey pin --- src/blockchain_block_v1.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockchain_block_v1.proto b/src/blockchain_block_v1.proto index 487fae54..b2ebdc83 100644 --- a/src/blockchain_block_v1.proto +++ b/src/blockchain_block_v1.proto @@ -13,7 +13,7 @@ message blockchain_seen_vote_v1 { } message blockchain_poc_key { - uint32 pos = 1; + bytes address = 1; bytes key = 2; }