X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=protocol%2Fbc%2Fbc.proto;h=de7a9485c8eccbb5636ee719e8e1f3030357d698;hb=2cf5801b2e693a45de9b51ec9aa9c1f787d57105;hp=fb60c8fe3c3877a1c50ec2f4b6abf9f9cf08c785;hpb=db158dcf09436b003defd333f1a665e7e051d820;p=bytom%2Fvapor.git diff --git a/protocol/bc/bc.proto b/protocol/bc/bc.proto index fb60c8fe..de7a9485 100644 --- a/protocol/bc/bc.proto +++ b/protocol/bc/bc.proto @@ -55,9 +55,7 @@ message BlockHeader { uint64 timestamp = 4; Hash transactions_root = 5; Hash transaction_status_hash = 6; - uint64 nonce = 7; - uint64 bits = 8; - TransactionStatus transaction_status = 9; + TransactionStatus transaction_status = 7; } message TxHeader {