Home
last modified time | relevance | path

Searched refs:WALLET_SCHEMA_VERSION (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dsqlite.cpp23 static constexpr int32_t WALLET_SCHEMA_VERSION = 0;
161 if (user_ver != WALLET_SCHEMA_VERSION) {
162 … sqlite wallet schema version %d. Only version %d is supported"), user_ver, WALLET_SCHEMA_VERSION);
276 SetPragma(m_db, "user_version", strprintf("%d", WALLET_SCHEMA_VERSION),
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dsqlite.cpp23 static constexpr int32_t WALLET_SCHEMA_VERSION = 0; variable
161 if (user_ver != WALLET_SCHEMA_VERSION) { in Verify()
162 … sqlite wallet schema version %d. Only version %d is supported"), user_ver, WALLET_SCHEMA_VERSION); in Verify()
276 SetPragma(m_db, "user_version", strprintf("%d", WALLET_SCHEMA_VERSION), in Open()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dsqlite.cpp23 static constexpr int32_t WALLET_SCHEMA_VERSION = 0; variable
161 if (user_ver != WALLET_SCHEMA_VERSION) { in Verify()
162 … sqlite wallet schema version %d. Only version %d is supported"), user_ver, WALLET_SCHEMA_VERSION); in Verify()
276 SetPragma(m_db, "user_version", strprintf("%d", WALLET_SCHEMA_VERSION), in Open()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dsqlite.cpp21 static constexpr int32_t WALLET_SCHEMA_VERSION = 0; variable
162 if (user_ver != WALLET_SCHEMA_VERSION) { in Verify()
163 … sqlite wallet schema version %d. Only version %d is supported"), user_ver, WALLET_SCHEMA_VERSION); in Verify()
278 std::string set_user_ver = strprintf("PRAGMA user_version = %d", WALLET_SCHEMA_VERSION); in Open()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dsqlite.cpp21 static constexpr int32_t WALLET_SCHEMA_VERSION = 0; variable
162 if (user_ver != WALLET_SCHEMA_VERSION) { in Verify()
163 … sqlite wallet schema version %d. Only version %d is supported"), user_ver, WALLET_SCHEMA_VERSION); in Verify()
278 std::string set_user_ver = strprintf("PRAGMA user_version = %d", WALLET_SCHEMA_VERSION); in Open()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dsqlite.cpp21 static constexpr int32_t WALLET_SCHEMA_VERSION = 0; variable
162 if (user_ver != WALLET_SCHEMA_VERSION) { in Verify()
163 … sqlite wallet schema version %d. Only version %d is supported"), user_ver, WALLET_SCHEMA_VERSION); in Verify()
278 std::string set_user_ver = strprintf("PRAGMA user_version = %d", WALLET_SCHEMA_VERSION); in Open()