Commit 4525b925 authored by vipwzw's avatar vipwzw

auto ci

parent d09b137b
......@@ -72,4 +72,3 @@ func (u *Unfreeze) ExecLocal_Withdraw(payload *uf.UnfreezeWithdraw, tx *types.Tr
func (u *Unfreeze) ExecLocal_Terminate(payload *uf.UnfreezeTerminate, tx *types.Transaction, receiptData *types.ReceiptData, index int) (*types.LocalDBSet, error) {
return u.execLocal(receiptData, index)
}
......@@ -12,10 +12,9 @@ import (
)
var (
id = "mavl-" + pty.UnfreezeX + "-"
id = "mavl-" + pty.UnfreezeX + "-"
)
func unfreezeID(txHash []byte) []byte {
return []byte(fmt.Sprintf("%s%s", id, hex.EncodeToString(txHash)))
}
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