transaction propagation on a timer

This commit is contained in:
Robert Habermeier
2017-03-23 20:02:46 +01:00
parent b76860fd2b
commit e0a79699ea
3 changed files with 51 additions and 3 deletions

View File

@@ -348,7 +348,6 @@ impl Dependencies for LightDependencies {
// TODO: filters.
add_signing_methods!(EthSigning, handler, self);
},
Api::Personal => {
handler.extend_with(PersonalClient::new(&self.secret_store, dispatcher.clone(), self.geth_compatibility).to_delegate());