mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-17 15:24:32 +01:00
fix
This commit is contained in:
@@ -187,7 +187,7 @@ impl<C: 'static + Client> SignerLoop<C> {
|
|||||||
res
|
res
|
||||||
};
|
};
|
||||||
// create reply bytes for CLN
|
// create reply bytes for CLN
|
||||||
let reply = parser::raw_response_from_bytes(the_res, COUNTER.load(Ordering::Relaxed))?;
|
let reply = parser::raw_response_from_bytes(the_res, ticket)?;
|
||||||
|
|
||||||
// catch the pubkey if its the first one connection
|
// catch the pubkey if its the first one connection
|
||||||
if catch_init {
|
if catch_init {
|
||||||
|
|||||||
Reference in New Issue
Block a user