core: fix TestGetClaimable occasional failures
This commit is contained in:
parent
a46c71f2de
commit
cab437284d
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ func TestGetTransaction(t *testing.T) {
|
|||
*/
|
||||
func TestGetClaimable(t *testing.T) {
|
||||
bc := newTestChain(t)
|
||||
defer bc.Close()
|
||||
|
||||
bc.generationAmount = []int{4, 3, 2, 1}
|
||||
bc.decrementInterval = 2
|
||||
|
|
Loading…
Reference in a new issue