Skip to content

Commit

Permalink
Merge pull request #215 from koinos/add-caller-data
Browse files Browse the repository at this point in the history
Add caller data to `invoke_system_call` RPC
  • Loading branch information
mvandeberg authored Oct 20, 2023
2 parents 594dcda + 680737b commit 4a5efb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions koinos/rpc/chain/chain_rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ message invoke_system_call_request {
}

bytes args = 3;
optional koinos.chain.caller_data caller_data = 4;
}

message invoke_system_call_response {
Expand Down

0 comments on commit 4a5efb1

Please sign in to comment.