From d2b1eaaaf73c7359c1eb9baf3d7525e1ebe89114 Mon Sep 17 00:00:00 2001 From: xw-origo <36578950+xw-origo@users.noreply.github.com> Date: Fri, 20 Sep 2019 16:21:42 -0700 Subject: [PATCH] Remove unused params in send_many --- docs/pt_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_tutorial.md b/docs/pt_tutorial.md index 1b0320d..c6c71b7 100644 --- a/docs/pt_tutorial.md +++ b/docs/pt_tutorial.md @@ -175,7 +175,7 @@ To submit the private transaction from A’s private address to B’s private ad ``` -curl --data '{"jsonrpc":"2.0","method":"origo_sendMany", "params":["ogo180m058urhazk8j98zvz9fsq5zd0vd9dpsc8c6ednwd2xkc3l8z9thmxsezepzx4aascp6nrlkd6", [{"address":"ogo175j7xj6jgn3w0trmxzmssydmdq5rd9vxydwdqmd9t6qkykrr0y24w6xfp44knukqjweuxxa9mel", "amount":10, "memo":"test" }], 5, 12],"id":1}' -H "Content-Type: application/json" -X POST localhost:8545 +curl --data '{"jsonrpc":"2.0","method":"origo_sendMany", "params":["ogo180m058urhazk8j98zvz9fsq5zd0vd9dpsc8c6ednwd2xkc3l8z9thmxsezepzx4aascp6nrlkd6", [{"address":"ogo175j7xj6jgn3w0trmxzmssydmdq5rd9vxydwdqmd9t6qkykrr0y24w6xfp44knukqjweuxxa9mel", "amount":10, "memo":"test" }]],"id":1}' -H "Content-Type: application/json" -X POST localhost:8545 ```