Revert me: fix double-hex in debug output

pull/2228/head
Jason Rhinelander 5 months ago
parent febcd44ea1
commit 3509693c49
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -67,7 +67,7 @@ namespace llarp
}
log::error(log::Cat("FIXME"), "ABOUT TO VERIFY THIS: {}, WITH SIG {}, SIGNED BY {}",
oxenc::to_hex(msg), oxenc::to_hex(sig), oxenc::to_hex(router_id().ToHex()));
oxenc::to_hex(msg), oxenc::to_hex(sig), router_id().ToHex());
if (not crypto::verify(router_id(), msg, sig))
throw std::runtime_error{"Failed to verify RemoteRC signature"};

Loading…
Cancel
Save