mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 20:46:40 +00:00
Comment out broken test (return type does not exist)
This commit is contained in:
parent
587f748d92
commit
5a9f712144
1 changed files with 5 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
// "github.com/ethereum/go-ethereum/crypto"
|
||||||
"github.com/ethereum/go-ethereum/ethdb"
|
"github.com/ethereum/go-ethereum/ethdb"
|
||||||
"github.com/ethereum/go-ethereum/ethutil"
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
"github.com/ethereum/go-ethereum/event"
|
"github.com/ethereum/go-ethereum/event"
|
||||||
|
|
@ -53,9 +53,10 @@ func (tm *TestManager) TxPool() *TxPool {
|
||||||
func (tm *TestManager) EventMux() *event.TypeMux {
|
func (tm *TestManager) EventMux() *event.TypeMux {
|
||||||
return tm.eventMux
|
return tm.eventMux
|
||||||
}
|
}
|
||||||
func (tm *TestManager) KeyManager() *crypto.KeyManager {
|
|
||||||
return nil
|
// func (tm *TestManager) KeyManager() *crypto.KeyManager {
|
||||||
}
|
// return nil
|
||||||
|
// }
|
||||||
|
|
||||||
func (tm *TestManager) Db() ethutil.Database {
|
func (tm *TestManager) Db() ethutil.Database {
|
||||||
return tm.db
|
return tm.db
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue