You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"result": "Already at latest version. Wallet version unchanged."ifunchangedelse"Wallet upgraded successfully from version {} to version {}.".format(previous_version, new_version),
@@ -352,6 +353,11 @@ def copy_split_hd():
352
353
v16_3_kvs=dump_bdb_kv(v16_3_wallet)
353
354
assertb'\x0adefaultkey'notinv16_3_kvs
354
355
356
+
ifself.is_sqlite_compiled():
357
+
self.log.info("Checking that descriptor wallets do nothing, successfully")
0 commit comments