Commit eaa3aae3 authored by hezhengjun's avatar hezhengjun

add one line log info

parent 15672d56
...@@ -60,6 +60,7 @@ func checkMintPara(mint *evmxgotypes.EvmxgoMint, tx2lock *types.Transaction, db ...@@ -60,6 +60,7 @@ func checkMintPara(mint *evmxgotypes.EvmxgoMint, tx2lock *types.Transaction, db
correct++ correct++
} }
} }
elog.Info("checkMintPara", "lock parameter unpacked ", unpack)
if correct != 3 { if correct != 3 {
return errors.New("not check all the points: _recipient, _amount, _token") return errors.New("not check all the points: _recipient, _amount, _token")
} }
......
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