mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 20:57:59 +00:00
Remove keystore when doing calls and producing a proof (#4196)
* Remove keystore parameter. * Fix tests.
This commit is contained in:
committed by
Bastian Köcher
parent
d8ca2f37df
commit
309c6c70d8
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user