Skip to content

Commit

Permalink
fix: amend trace api doc [ci skip] (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad authored and doitian committed Jan 22, 2019
1 parent 55e682e commit f106ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit f106ee8

Please sign in to comment.