Remove keystore when doing calls and producing a proof (#4196)

* Remove keystore parameter.

* Fix tests.
This commit is contained in:
Tomasz Drwięga
2019-11-25 19:55:21 +01:00
committed by Bastian Köcher
parent d8ca2f37df
commit 309c6c70d8
4 changed files with 6 additions and 26 deletions
@@ -193,6 +193,5 @@ fn record_proof_works() {
&executor,
"Core_execute_block",
&block.encode(),
None,
).expect("Executes block while using the proof backend");
}