Skip to content

Commit 9ae1f62

Browse files
authored
Merge pull request #177 from tronprotocol/feature/support-london
feat(vm): support london
2 parents bf72b12 + 0929047 commit 9ae1f62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/Tron.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ message Transaction {
405405
JVM_STACK_OVER_FLOW = 12;
406406
UNKNOWN = 13;
407407
TRANSFER_FAILED = 14;
408+
INVALID_CODE = 15;
408409
}
409410
int64 fee = 1;
410411
code ret = 2;

0 commit comments

Comments
 (0)