mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
grandpa: cleanup sync bounds (#9127)
* grandpa: cleanup sync bounds * grandpa: cleanup imports * remove cargo patch
This commit is contained in:
@@ -1013,7 +1013,7 @@ fn voter_persists_its_votes() {
|
||||
fn alice_voter2(
|
||||
peers: &[Ed25519Keyring],
|
||||
net: Arc<Mutex<GrandpaTestNet>>,
|
||||
) -> impl Future<Output = ()> + Unpin + Send + 'static {
|
||||
) -> impl Future<Output = ()> + Send {
|
||||
let (keystore, _) = create_keystore(peers[0]);
|
||||
let mut net = net.lock();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user