| 90 | }; |
| 91 | |
| 92 | void DummyWalletInit::AddWalletOptions() const |
| 93 | { |
| 94 | std::vector<std::string> opts = {"-addresstype", "-changetype", "-disablewallet", "-discardfee=<amt>", "-fallbackfee=<amt>", |
| 95 | "-keypool=<n>", "-mintxfee=<amt>", "-paytxfee=<amt>", "-rescan", "-salvagewallet", "-spendzeroconfchange", "-txconfirmtarget=<n>", |
| 96 | "-upgradewallet", "-wallet=<path>", "-walletbroadcast", "-walletdir=<dir>", "-walletnotify=<cmd>", "-walletrbf", "-zapwallettxes=<mode>", |
| 97 | "-dblogsize=<n>", "-flushwallet", "-privdb", "-walletrejectlongchains"}; |
| 98 | gArgs.AddHiddenArgs(opts); |
| 99 | } |
| 100 | |
| 101 | const WalletInitInterface& g_wallet_init_interface = DummyWalletInit(); |
| 102 | #endif |
no test coverage detected