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
Bring up two (disconnected) nodes, mine some new blocks on the first,
@@ -153,6 +161,26 @@ def run_test(self):
153
161
self.log.info("Backup from before the snapshot height can't be loaded during background sync")
154
162
assert_raises_rpc_error(-4, "Wallet loading failed. Error loading wallet. Wallet requires blocks to be downloaded, and software does not currently support loading wallets while blocks are being downloaded out of order when using assumeutxo snapshots. Wallet should be able to load successfully after node sync reaches height 299", n1.restorewallet, "w2", "backup_w2.dat")
155
163
164
+
ifself.options.descriptors:
165
+
self.log.info("Test loading descriptors during background sync")
0 commit comments