Commit 3a2f95b6 authored by hezhengjun's avatar hezhengjun

remove unused code

parent ef410b6b
......@@ -522,19 +522,6 @@ func (ethRelayer *Relayer4Ethereum) handleChain33Msg(chain33Msg *events.Chain33M
return
}
//type WithdrawTx struct {
// Chain33Sender chain33EvmCommon.Address
// EthereumReceiver common.Address
// TokenContractAddress chain33EvmCommon.Address
// Symbol string
// Amount *big.Int
// TxHash []byte
// Nonce int64
// year int
// month int
// day int
//}
func (ethRelayer *Relayer4Ethereum) checkPermissionWithinOneDay(withdrawTx *ebTypes.WithdrawTx) error {
totalAlready, err := ethRelayer.getWithdrawsWithinSameDay(withdrawTx)
if nil != err {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment