booyakasha

pull/2232/head
dr7ana 5 months ago
parent 4d56c97612
commit 7b8c8fde52

@ -238,7 +238,7 @@ namespace llarp
}
log::critical(
logcat,
"Bootstrap seed node was {} to confirm fetch requester is white-listed; {}successfully "
"Bootstrap seed node was {} to confirm remote is white-listed; {}successfully "
"saved RID",
result ? "able" : "unable",
result ? "" : "un");

@ -59,7 +59,8 @@ namespace llarp
try
{
util::file_to_buffer(fname, buf.data(), buf.size());
auto nread = util::file_to_buffer(fname, buf.data(), buf.size());
buf.resize(nread);
oxenc::bt_dict_consumer btdc{buf};
bt_load(btdc);

Loading…
Cancel
Save