mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 19:41:07 +00:00
delay before voting on proposals (#123)
This commit is contained in:
committed by
GitHub
parent
1c5d6d59a7
commit
002cacd26c
@@ -276,6 +276,7 @@ impl Service {
|
||||
client: client.clone(),
|
||||
transaction_pool: transaction_pool.clone(),
|
||||
network: Network(network.clone()),
|
||||
handle: core.handle(),
|
||||
};
|
||||
let messages = SharedMessageCollection::new();
|
||||
let bft_service = Arc::new(BftService::new(client.clone(), key, factory));
|
||||
|
||||
Reference in New Issue
Block a user