| 471 | } |
| 472 | |
| 473 | void WalletHDsqlite::backup(const std::string &dst_name, const std::string &pass) const { |
| 474 | export_wallet(dst_name, pass, false, false); |
| 475 | } |
| 476 | |
| 477 | std::vector<std::tuple<Hash, std::string, BinaryArray>> WalletHDsqlite::payment_queue_get2() const { |
| 478 | std::vector<std::tuple<Hash, std::string, BinaryArray>> result; |
nothing calls this directly
no outgoing calls
no test coverage detected