MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / AddWalletOptions

Method AddWalletOptions

src/init.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90};
91
92void 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
101const WalletInitInterface& g_wallet_init_interface = DummyWalletInit();
102#endif

Callers 1

SetupServerArgsFunction · 0.45

Calls 1

AddHiddenArgsMethod · 0.80

Tested by

no test coverage detected