Merge commit 'refs/pull/166/head' of github.com:bitcoindevkit/bdk
This commit is contained in:
@@ -1269,7 +1269,7 @@ where
|
||||
if self
|
||||
.database
|
||||
.borrow()
|
||||
.get_script_pubkey_from_path(ScriptType::External, max_address)?
|
||||
.get_script_pubkey_from_path(ScriptType::External, max_address.saturating_sub(1))?
|
||||
.is_none()
|
||||
{
|
||||
run_setup = true;
|
||||
|
||||
Reference in New Issue
Block a user