Skip to content

Commit

Permalink
Merge pull request #243 from koinos/deprecate-data
Browse files Browse the repository at this point in the history
Deprecate data field on error_status
  • Loading branch information
mvandeberg authored Mar 25, 2024
2 parents b7d4f2a + 2056e28 commit 61f9dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koinos/rpc/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ message reserved_rpc {}

message error_status {
string message = 1;
string data = 2;
string data = 2 [deprecated = true];

repeated google.protobuf.Any details = 10;
}

0 comments on commit 61f9dec

Please sign in to comment.