mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
start search with min height 0 (#2195)
This commit is contained in:
parent
cab438efcb
commit
bf42767210
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue