Commit 963c7293 authored by vipwzw's avatar vipwzw

auto ci

parent e6349aba
...@@ -8,9 +8,10 @@ import ( ...@@ -8,9 +8,10 @@ import (
"strconv" "strconv"
"strings" "strings"
"errors"
"github.com/33cn/plugin/plugin/dapp/evm/executor/vm/common" "github.com/33cn/plugin/plugin/dapp/evm/executor/vm/common"
"github.com/golang-collections/collections/stack" "github.com/golang-collections/collections/stack"
"errors"
) )
// Pack 使用ABI方式调用时,将调用方式转换为EVM底层处理的十六进制编码 // Pack 使用ABI方式调用时,将调用方式转换为EVM底层处理的十六进制编码
......
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