mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
darkfid/proto/protocol_proposal: added missing dispatcher
This commit is contained in:
@@ -67,6 +67,7 @@ impl ProtocolProposal {
|
||||
);
|
||||
let msg_subsystem = channel.message_subsystem();
|
||||
msg_subsystem.add_dispatch::<ProposalMessage>().await;
|
||||
msg_subsystem.add_dispatch::<ForkSyncRequest>().await;
|
||||
msg_subsystem.add_dispatch::<ForkSyncResponse>().await;
|
||||
|
||||
let proposal_sub = channel.subscribe_msg::<ProposalMessage>().await?;
|
||||
|
||||
Reference in New Issue
Block a user