fixes PAN-2958 list typo (missing new line) (#1742)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Nicolas MASSART 5 years ago committed by GitHub
parent ab52ba3fe1
commit 8128a7c34b
  1. 1
      docs/Reference/Pantheon-API-Methods.md

@ -3025,6 +3025,7 @@ Reruns the transaction with the same state as when the transaction was executed.
`transactionHash` : `data` - Transaction hash.
`Object` - request options (all optional and default to `false`):
* `disableStorage` : `boolean` - `true` disables storage capture.
* `disableMemory` : `boolean` - `true` disables memory capture.
* `disableStack` : `boolean` - `true` disables stack capture.

Loading…
Cancel
Save