p2p/protocols: removed unused code

This commit is contained in:
Fabio Barone 2018-10-23 09:50:07 -05:00
parent fdbbef4f5f
commit 47a57216de

View file

@ -39,10 +39,6 @@ var (
mPeerDrops = metrics.NewRegisteredCounterForced("account.peerdrops", nil)
//how many times local node overdrafted and dropped
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