mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
REVERT ME: debug incoming dict data
This commit is contained in:
parent
384cb7a8bd
commit
ba6c8ee320
@ -654,7 +654,9 @@ namespace llarp
|
||||
{
|
||||
oxenc::bt_dict_consumer btdc{m.body()};
|
||||
btdc.required("local");
|
||||
remote = RemoteRC{btdc.consume_dict_consumer()};
|
||||
auto rc_dict = btdc.consume_dict_data();
|
||||
log::critical(logcat, "incoming dict data: {}", oxenc::to_hex(rc_dict));
|
||||
remote = RemoteRC{oxenc::bt_dict_consumer{rc_dict}};
|
||||
quantity = btdc.require<size_t>("quantity");
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
|
Loading…
Reference in New Issue
Block a user