diff --git a/broker/src/looper.rs b/broker/src/looper.rs index 3a40530..670fa4d 100644 --- a/broker/src/looper.rs +++ b/broker/src/looper.rs @@ -187,7 +187,7 @@ impl SignerLoop { 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 {