From c3881e13ded18a3e1ce531b5ea3b76835a93ebd1 Mon Sep 17 00:00:00 2001 From: omaralallus <143900152+omaralallus@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:53:43 +0300 Subject: [PATCH] Update rpc-api.md --- src/omnicore/doc/rpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omnicore/doc/rpc-api.md b/src/omnicore/doc/rpc-api.md index 8b4088789b811..70b18a800f2da 100644 --- a/src/omnicore/doc/rpc-api.md +++ b/src/omnicore/doc/rpc-api.md @@ -190,7 +190,7 @@ Place, update or cancel a sell offer on the distributed token/BTC exchange. **Example:** ```bash -$ omnicore-cli "omni_senddexsell" "37FaKponF7zqoMLUjEiko25pDiuVH5YLEa" 1 "1.5" "0.75" 25 "0.0001" 1 +$ omnicore-cli "omni_senddexsell" "1bq5czbvxjuzlt3sjr8ecqv3v4xaxnjzzx" 1 "1.5" "0.75" 25 "0.0001" 1 ``` ---