mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-17 07:14:23 +01:00
fix args to handle_lss_msg
This commit is contained in:
@@ -160,8 +160,7 @@ pub fn make_event_loop(
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
Event::LssMessage(ref msg_bytes) => {
|
Event::LssMessage(ref msg_bytes) => {
|
||||||
// FIXME: the "None" needs to previous VLS message and LSS message bytes
|
match lss::handle_lss_msg(msg_bytes, &msgs, &lss_signer) {
|
||||||
match lss::handle_lss_msg(msg_bytes, &None, &lss_signer) {
|
|
||||||
Ok((ret_topic, bytes)) => {
|
Ok((ret_topic, bytes)) => {
|
||||||
// set msgs back to None
|
// set msgs back to None
|
||||||
msgs = None;
|
msgs = None;
|
||||||
|
|||||||
Reference in New Issue
Block a user