Correct log index in transaction receipt (#3995)

* Moving logs to separate, testable function

* Adding test

* Fixing log index

* Adding transaction log index

* Fixing rpc tests

* Making interface of  a bit cleaner.
This commit is contained in:
Tomasz Drwięga
2016-12-29 19:48:28 +01:00
committed by Gav Wood
parent 9814251a28
commit b24fc97cb6
8 changed files with 179 additions and 60 deletions

View File

@@ -320,4 +320,3 @@ fn does_not_propagate_delayed_transactions() {
assert_eq!(2, client.ready_transactions().len());
assert_eq!(2, client.miner().pending_transactions().len());
}