mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-17 07:14:23 +01:00
fix
This commit is contained in:
@@ -187,7 +187,7 @@ impl<C: 'static + Client> SignerLoop<C> {
|
||||
res
|
||||
};
|
||||
// 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
|
||||
if catch_init {
|
||||
|
||||
Reference in New Issue
Block a user