mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
rpc: add SESSION_REFINE to channel matching in p2p_method()
This commit is contained in:
@@ -33,6 +33,7 @@ pub trait HandlerP2p: Sync + Send {
|
||||
net::session::SESSION_INBOUND => "inbound",
|
||||
net::session::SESSION_OUTBOUND => "outbound",
|
||||
net::session::SESSION_MANUAL => "manual",
|
||||
net::session::SESSION_REFINE => "refine",
|
||||
net::session::SESSION_SEED => "seed",
|
||||
_ => panic!("invalid result from channel.session_type_id()"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user