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