Remove unused raftHasNoPending

This commit is contained in:
Steven Roose 2017-12-18 12:09:54 +01:00
parent 0905eda48e
commit 8b3f7906f9
1 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@ package eth
import (
"context"
"fmt"
"math/big"
"github.com/ethereum/go-ethereum/accounts"
@ -37,8 +36,6 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)
var raftHasNoPending = fmt.Errorf("Raft mode has no Pending block. Use latest instead.")
// EthApiBackend implements ethapi.Backend for full nodes
type EthApiBackend struct {
eth *Ethereum