start search with min height 0 (#2195)
This commit is contained in:
+1
-1
@@ -1130,7 +1130,7 @@ impl Chain {
|
||||
|
||||
let (_, pos) = txhashset.is_unspent(output_ref)?;
|
||||
|
||||
let mut min = 1;
|
||||
let mut min = 0;
|
||||
let mut max = {
|
||||
let head = self.head()?;
|
||||
head.height
|
||||
|
||||
Reference in New Issue
Block a user