fix: Block.witness_signatures
This commit is contained in:
parent
ae35d605b1
commit
4ca1f0309d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user