提交 8181929c 编写于 作者: J Jeffrey Wilcke

Merge pull request #1391 from tgerring/consolefalse

Prevent false from printing on console
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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册