MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / getNewDestination

Function getNewDestination

src/wallet/test/util.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113CTxDestination getNewDestination(CWallet& w, OutputType output_type)
114{
115 return *Assert(w.GetNewDestination(output_type, ""));
116}
117
118MockableSQLiteDatabase::MockableSQLiteDatabase()
119 : SQLiteDatabase(fs::PathFromString("mock/"), fs::PathFromString("mock/wallet.dat"), DatabaseOptions(), SQLITE_OPEN_MEMORY)

Callers 3

getnewaddressFunction · 0.85
WalletCreateTxFunction · 0.85
AvailableCoinsFunction · 0.85

Calls 1

GetNewDestinationMethod · 0.45

Tested by

no test coverage detected