compilation fix for simplewallet
This commit is contained in:
parent
e4065e7c52
commit
4e4982966b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue