From 5e737a009234cbd7cf53748d3d28a2da5221192f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= Date: Sun, 11 Oct 2020 23:19:44 +0100 Subject: rpc, wallet: Expose database format in getwalletinfo --- src/wallet/sqlite.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wallet/sqlite.h') diff --git a/src/wallet/sqlite.h b/src/wallet/sqlite.h index 5e5e93903b..693a2ef55a 100644 --- a/src/wallet/sqlite.h +++ b/src/wallet/sqlite.h @@ -105,6 +105,7 @@ public: void IncrementUpdateCounter() override { ++nUpdateCounter; } std::string Filename() override { return m_file_path; } + std::string Format() override { return "sqlite"; } /** Make a SQLiteBatch connected to this database */ std::unique_ptr MakeBatch(bool flush_on_close = true) override; -- cgit v1.2.3