Skip to content

Commit

Permalink
Update get_liquidity_request
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Aug 20, 2024
1 parent 8ec7e47 commit da24938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion koinos/rpc/lp_tracker/lp_tracker_rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ message get_liquidity_request {
bytes pool = 1 [(btype) = ADDRESS];
bytes start = 2 [(btype) = ADDRESS];
uint64 limit = 3 [jstype = JS_STRING];
optional uint64 start_seconds = 4;
optional uint64 start_ms = 4;
optional uint64 end_ms = 5;
}

message get_liquidity_response {
Expand Down

0 comments on commit da24938

Please sign in to comment.