Skip to content

Commit

Permalink
fix: specify root on type
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyrd committed Sep 3, 2024
1 parent 8dc465e commit 5bac7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rpc-proto/proto/responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ message ListNotesResponse {

message GetAccountDetailsResponse {
// Account info (with details for on-chain accounts)
account.AccountInfo account = 1;
.account.AccountInfo account = 1;
}

message GetBlockByNumberResponse {
Expand Down
2 changes: 1 addition & 1 deletion proto/responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ message ListNotesResponse {

message GetAccountDetailsResponse {
// Account info (with details for on-chain accounts)
account.AccountInfo account = 1;
.account.AccountInfo account = 1;
}

message GetBlockByNumberResponse {
Expand Down

0 comments on commit 5bac7a8

Please sign in to comment.