Skip to content

Commit

Permalink
Use root hash instead of tx hash for listing offers
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Dec 19, 2023
1 parent b315ef4 commit df6825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/en/developers/modules/ROOT/pages/barteron.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ NOTE: `rating` is integer that represents float * 10, so 35 means that user rati
=== Get offers information
[,json]
----
> /rpc/getbarteronoffersbyhashes [ <txhash1>, <txhash2>, ... ]
> /rpc/getbarteronoffersbyroottxhashes [ <txhash1>, <txhash2>, ... ]
{
"result": "success",
"data": [
Expand Down

0 comments on commit df6825c

Please sign in to comment.