X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=protocol%2Ftxpool.go;fp=protocol%2Ftxpool.go;h=e6f175a3eef0c91b0d1f6df5122e0007d9df123e;hp=1eb2fa0fb08ec81c069608eddb73593a4b7b7f7e;hb=e58c4b1e2f0573318ffc699919599609ccf5da10;hpb=8964bcf0ffc12618f95c54f6677fcf45c7919534 diff --git a/protocol/txpool.go b/protocol/txpool.go index 1eb2fa0f..e6f175a3 100644 --- a/protocol/txpool.go +++ b/protocol/txpool.go @@ -197,6 +197,7 @@ func (tp *TxPool) ProcessTransaction(tx *types.Tx, statusFail bool, height, fee defer tp.mtx.Unlock() if tp.isWithdrawSpent(tx) { + log.WithFields(log.Fields{"module": "ProcessTransaction", "error": "pegin-already-claimed"}).Error("ProcessTransaction error") return false, errors.New("pegin-already-claimed") }