Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kant777 authored Oct 14, 2023
1 parent 6e76793 commit 9326a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ service Searcher {
message Bid {
string tx_hash = 1;
int64 bid_amount = 2;
int64 amount = 2;
int64 block_number = 3;
};
Expand All @@ -92,7 +92,7 @@ By default, the docker setup exposes port `13524`, which is the standard port on
```
{
"tx_hash": "<tx-hash>",
"bid_amount": <number>,
"amount": <number>,
"block_number": <block-number>
}
```
Expand Down

0 comments on commit 9326a51

Please sign in to comment.