From 5bb5ca56557868955d4e2dfd309147ced0ccd853 Mon Sep 17 00:00:00 2001 From: zhangsoledad <787953403@qq.com> Date: Mon, 21 Jan 2019 17:56:57 +0800 Subject: [PATCH] fix: amend trace api doc [ci skip] --- rpc/doc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/doc.md b/rpc/doc.md index 555c9f0f24..6c410402de 100644 --- a/rpc/doc.md +++ b/rpc/doc.md @@ -335,7 +335,7 @@ curl -d '{"id": 2, "jsonrpc": "2.0", "method":"send_transaction","params": [{"ve # trace_transaction -Creates new transaction. +Registers a transaction trace, returning the transaction hash. ## Parameters @@ -362,7 +362,7 @@ curl -d '{"id": 2, "jsonrpc": "2.0", "method":"trace_transaction","params": [{"v # get_transaction_trace -Creates new transaction. +Returns the traces of the transaction submitted by `trace_transaction`. ## Parameters