mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-15 07:39:08 +00:00
Merge pull request #1391 from tgerring/consolefalse
Prevent false from printing on console
This commit is contained in:
commit
8181929c9a
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package core
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"math"
|
||||
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
|
|
@ -80,7 +79,6 @@ func (self *Filter) Find() state.Logs {
|
|||
|
||||
done:
|
||||
for i := 0; block != nil; i++ {
|
||||
fmt.Println(block.NumberU64() == 0)
|
||||
// Quit on latest
|
||||
switch {
|
||||
case block.NumberU64() == 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue