mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
p2p/protocols: removed unused code
This commit is contained in:
parent
fdbbef4f5f
commit
47a57216de
1 changed files with 0 additions and 4 deletions
|
|
@ -39,10 +39,6 @@ var (
|
||||||
mPeerDrops = metrics.NewRegisteredCounterForced("account.peerdrops", nil)
|
mPeerDrops = metrics.NewRegisteredCounterForced("account.peerdrops", nil)
|
||||||
//how many times local node overdrafted and dropped
|
//how many times local node overdrafted and dropped
|
||||||
mSelfDrops = metrics.NewRegisteredCounterForced("account.selfdrops", nil)
|
mSelfDrops = metrics.NewRegisteredCounterForced("account.selfdrops", nil)
|
||||||
//how many cheques have been issued
|
|
||||||
//mChequesIssued = metrics.NewRegisteredCounterForced("account.cheques.issued", nil)
|
|
||||||
//how many cheques have been received
|
|
||||||
//mChequesReceived = metrics.NewRegisteredCounterForced("account.cheques.received", nil)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
//Prices defines how prices are being passed on to the accounting instance
|
//Prices defines how prices are being passed on to the accounting instance
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue