Skip to content

Commit

Permalink
fix typo (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiplee committed Jan 23, 2024
1 parent 5af9a81 commit 21fc7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protos/swapnode/v2/node.proto
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ message GetInfoResponse {
int32 threshold = 2;
string version = 3;
string mix_address = 4;
repeated Action blocked_actios = 5;
// repeated Action blocked_actios = 5;
repeated Action blocked_actions = 6;
}

message ListRequestsRequest {
Expand Down

0 comments on commit 21fc7b3

Please sign in to comment.