Skip to content

Commit

Permalink
Fix option bytes->btype
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Sep 11, 2024
1 parent 4eb8dc3 commit 481cc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koinos/rpc/lp_tracker/lp_tracker_rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message get_liquidity_response {
}

message pool_tvl {
bytes pool = 1 [(bytes) = ADDRESS];
bytes pool = 1 [(btype) = ADDRESS];
uint64 tvl = 2;
}

Expand Down

0 comments on commit 481cc52

Please sign in to comment.