mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
Revert me: debug print the msg/sig/signer
This commit is contained in:
parent
4328212c2c
commit
329acaf56c
@ -66,6 +66,9 @@ namespace llarp
|
||||
throw std::runtime_error{err};
|
||||
}
|
||||
|
||||
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()));
|
||||
|
||||
if (not crypto::verify(router_id(), msg, sig))
|
||||
throw std::runtime_error{"Failed to verify RemoteRC signature"};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user