Make receipt's gasUsed property work properly.

Fixes #1111
This commit is contained in:
Gav Wood
2016-05-21 14:49:21 +02:00
parent 399dfc4c2e
commit 828bf7cb9e
3 changed files with 15 additions and 8 deletions

View File

@@ -117,10 +117,10 @@ Sealing/Mining Options:
Footprint Options:
--tracing BOOL Indicates if full transaction tracing should be
enabled. Works only if client had been fully synced with
tracing enabled. BOOL may be one of auto, on, off.
auto uses last used value of this option (off if it does
not exist) [default: auto].
enabled. Works only if client had been fully synced
with tracing enabled. BOOL may be one of auto, on,
off. auto uses last used value of this option (off
if it does not exist) [default: auto].
--pruning METHOD Configure pruning of the state/storage trie. METHOD
may be one of auto, archive, fast, basic, light:
archive - keep all state trie data. No pruning.