This commit is contained in:
Evan Feenstra
2023-09-06 00:33:02 -07:00
parent d4dc1455f9
commit 452a255c39

View File

@@ -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 {