Skip to content

Commit

Permalink
Copying *.proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
githubswisschain committed Oct 12, 2023
1 parent c65a8fe commit 51fe0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .proto/smart_contract_invocations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ enum SmartContractInvocationState {
COMPLETED = 5;
FAILED = 6;
REJECTED = 7;
OUT_OF_GAS= 8;
}

message NullableSmartContractInvocationState {
Expand Down

0 comments on commit 51fe0e1

Please sign in to comment.