mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-31 21:34:19 +01:00
dbid as root_handler.for_new_client id
This commit is contained in:
@@ -69,7 +69,7 @@ pub fn handle(
|
||||
log::info!("VLS msg: {:?}", message);
|
||||
}
|
||||
let reply = if dbid > 0 {
|
||||
let handler = root_handler.for_new_client(0, dummy_peer.clone(), dbid);
|
||||
let handler = root_handler.for_new_client(dbid, dummy_peer.clone(), dbid);
|
||||
handler.handle(message).expect("handle")
|
||||
} else {
|
||||
root_handler.handle(message).expect("handle")
|
||||
|
||||
Reference in New Issue
Block a user