From 9326a51321b424ccfd8c040fd74119a210f884bf Mon Sep 17 00:00:00 2001 From: kant777 <61204489+kant777@users.noreply.github.com> Date: Fri, 13 Oct 2023 22:09:38 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f1aa273..2c11c569 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ service Searcher { message Bid { string tx_hash = 1; - int64 bid_amount = 2; + int64 amount = 2; int64 block_number = 3; }; @@ -92,7 +92,7 @@ By default, the docker setup exposes port `13524`, which is the standard port on ``` { "tx_hash": "", - "bid_amount": , + "amount": , "block_number": } ```