Commit ef941882 authored by linj's avatar linj Committed by vipwzw

add comment

parent b952ab9c
......@@ -98,6 +98,7 @@ func (t *TokenType) RPC_Default_Process(action string, msg interface{}) (*types.
return tx, err
}
// CreateTx token 创建合约
func (t *TokenType) CreateTx(action string, msg json.RawMessage) (*types.Transaction, error) {
tx, err := t.ExecTypeBase.CreateTx(action, msg)
if err != nil {
......
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