Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bendanzhentan committed Jan 17, 2024
1 parent deb08af commit faf735f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trie/proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"errors"
"fmt"
"github.com/status-im/keycard-go/hexutils"
"time"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethdb"
Expand Down Expand Up @@ -119,7 +120,8 @@ func (t *Trie) Prove(key []byte, fromLevel uint, proofDb ethdb.KeyValueWriter) e
log.Info("bilibili proofDb.Discard", "marker", marker, "i", i, "node", nodeType, "ok", ok)
}
}
log.Info("bilibili finish", "putted", putted, "discard", discard)
log.Info("bilibili finish", "marker", marker, "putted", putted, "discard", discard)
time.Sleep(1 * time.Second)
return nil
}

Expand Down

0 comments on commit faf735f

Please sign in to comment.