Commit b27cd8a2 authored by linj's avatar linj Committed by linj

add kv

parent 0d1099a0
package executor
import "fmt"
var (
id = "mavl-unfreeze-"
)
func unfreezeID(txHash string) []byte {
return []byte(fmt.Sprintf("%s%s", id, 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