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 ...@@ -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) { func (u *Unfreeze) ExecLocal_Terminate(payload *uf.UnfreezeTerminate, tx *types.Transaction, receiptData *types.ReceiptData, index int) (*types.LocalDBSet, error) {
return u.execLocal(receiptData, index) return u.execLocal(receiptData, index)
} }
...@@ -18,4 +18,3 @@ var ( ...@@ -18,4 +18,3 @@ var (
func unfreezeID(txHash []byte) []byte { func unfreezeID(txHash []byte) []byte {
return []byte(fmt.Sprintf("%s%s", id, hex.EncodeToString(txHash))) 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