fix: Block.witness_signatures

This commit is contained in:
Nex Zhu 2022-11-14 03:17:23 +08:00
parent ae35d605b1
commit 4ca1f0309d
No known key found for this signature in database
GPG Key ID: 15C6254AD19362B4

View File

@ -43,7 +43,7 @@ message Block {
repeated Transaction transactions = 10; //
repeated bytes transaction_hashes = 11; // 20
bytes creator_signature = 12; //
bytes witness_signatures = 13; //
repeated bytes witness_signatures = 13; //
}
message Contract {