From 6bf9ff548e546e16107965319423b852d5a9be74 Mon Sep 17 00:00:00 2001 From: Nicolas MASSART Date: Fri, 26 Jul 2019 15:53:16 +0200 Subject: [PATCH] fixes PAN-2958 list typo (missing new line) (#1742) --- docs/Reference/Pantheon-API-Methods.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Reference/Pantheon-API-Methods.md b/docs/Reference/Pantheon-API-Methods.md index 18d5ccd86d..5b38a9935b 100644 --- a/docs/Reference/Pantheon-API-Methods.md +++ b/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.