Skip to content

Commit

Permalink
introduce error to test the action
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Sep 19, 2024
1 parent 70fee0b commit 0a494d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/cmp/services/network/v1/fee.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ message GetNetworkFeeRequest {
message GetNetworkFeeResponse {
NetworkFee network_fee = 1;
int32 current_block_height = 2;
// FIXME: Temporary change to test workflow
int32 remove_me = 3;
}

service GetNetworkFeeService {
Expand Down

0 comments on commit 0a494d2

Please sign in to comment.