aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/chain_manager.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/chain_manager.go b/core/chain_manager.go
index 9ed2c1c42..f9fb3b3f8 100644
--- a/core/chain_manager.go
+++ b/core/chain_manager.go
@@ -137,10 +137,6 @@ func (bc *ChainManager) NewBlock(coinbase []byte) *types.Block {
return block
}
-func (self *ChainManager) Status() (td *big.Int, currentBlock []byte, genesisBlock []byte) {
- return self.TD, self.CurrentBlock.Hash(), self.Genesis().Hash()
-}
-
func (bc *ChainManager) Reset() {
AddTestNetFunds(bc.genesisBlock)