Signed-off-by: Thane Thomson <connect@thanethomson.com>pull/7975/head
@ -1,6 +1,8 @@ | |||||
syntax = "proto3"; | syntax = "proto3"; | ||||
package tendermint.libs.bits; | package tendermint.libs.bits; | ||||
option go_package = "github.com/tendermint/tendermint/proto/tendermint/libs/bits"; | |||||
message BitArray { | message BitArray { | ||||
int64 bits = 1; | int64 bits = 1; | ||||
repeated uint64 elems = 2; | repeated uint64 elems = 2; | ||||