From 452a255c39e929eb282d40cab0c04a04e2c3365a Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Wed, 6 Sep 2023 00:33:02 -0700 Subject: [PATCH] fix --- broker/src/looper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {