Skip to content

Commit a46569d

Browse files
committed
add receiptsRoot into protocol
1 parent 2ca7904 commit a46569d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/protos/core/Tron.proto

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ message BlockHeader {
413413
bytes witness_address = 9;
414414
int32 version = 10;
415415
bytes accountStateRoot = 11;
416+
bytes receiptsRoot = 12;
416417
}
417418
raw raw_data = 1;
418419
bytes witness_signature = 2;
@@ -541,12 +542,6 @@ message InternalTransaction {
541542
bool rejected = 6;
542543
}
543544

544-
message DelegatedResourceAccountIndex {
545-
bytes account = 1;
546-
repeated bytes fromAccounts = 2;
547-
repeated bytes toAccounts = 3;
548-
}
549-
550545
message NodeInfo {
551546
int64 beginSyncNum = 1;
552547
string block = 2;

0 commit comments

Comments
 (0)