From 4e4982966b1e4d76f52026bd792ff928625bdb52 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 7 Jun 2023 04:25:01 +0200 Subject: [PATCH] compilation fix for simplewallet --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index a42a81da..0b0292c3 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2394,7 +2394,7 @@ int main(int argc, char* argv[]) if (command_line::get_arg(vm, arg_generate_new_wallet).size() || command_line::get_arg(vm, arg_generate_new_auditable_wallet).size()) return EXIT_FAILURE; - wal.m_use_assets_whitelisting(true); + wal.set_use_assets_whitelisting(true); if (!offline_mode) wal.refresh();