From f106ee86d073282c07d864fc248c59585988f328 Mon Sep 17 00:00:00 2001 From: zhangsoledad <787953403@qq.com> Date: Tue, 22 Jan 2019 15:13:59 +0800 Subject: [PATCH] fix: amend trace api doc [ci skip] (#218) --- 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