Skip to content

Commit

Permalink
Cleanup get_tvl_request
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Sep 11, 2024
1 parent 481cc52 commit d7bfc1f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions koinos/rpc/lp_tracker/lp_tracker_rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ message pool_tvl {
}

message get_tvl_request {
bytes pool = 1 [(btype) = ADDRESS];
bytes start = 2 [(btype) = ADDRESS];
uint64 limit = 3 [jstype = JS_STRING];
optional uint64 ms = 4;
bytes start = 1 [(btype) = ADDRESS];
uint64 limit = 2 [jstype = JS_STRING];
optional uint64 ms = 3;
}

message get_tvl_response {
Expand Down

0 comments on commit d7bfc1f

Please sign in to comment.