We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaa7fc commit 10ac141Copy full SHA for 10ac141
eth/downloader/downloader_test.go
@@ -82,8 +82,8 @@ func newTester() *downloadTester {
82
return tester
83
}
84
85
-func (db *downloadTester) TrieDB() *trie.Database {
86
- return db.triedb
+func (dl *downloadTester) TrieDB() *trie.Database {
+ return dl.triedb
87
88
89
// terminate aborts any operations on the embedded downloader and releases all
@@ -342,7 +342,7 @@ func (dl *downloadTester) Config() *params.ChainConfig {
342
return &config
343
344
345
-func (bc *downloadTester) InterruptInsert(on bool) {
+func (dl *downloadTester) InterruptInsert(on bool) {
346
347
348
type downloadTesterPeer struct {
0 commit comments