Skip to content

Commit cd58953

Browse files
committed
add a field
AccountMeta add a field IsContract
1 parent 33e4f05 commit cd58953

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

golang/iotextypes/blockchain.pb.go

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/types/blockchain.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ message AccountMeta {
100100
uint64 nonce = 3;
101101
uint64 pendingNonce = 4;
102102
uint64 numActions = 5;
103+
bool isContract = 6;
103104
}

0 commit comments

Comments
 (0)