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
-3
View File
@@ -262,9 +262,6 @@ where
&self.executor,
method,
call_data,
// Passing `None` here, since we don't really want to prove anything
// about our local keys.
None,
)
.map_err(Into::into)
}