Commit a4f5f694 authored by 张振华's avatar 张振华 Committed by vipwzw

update

parent a3ec69db
...@@ -6,6 +6,7 @@ import ( ...@@ -6,6 +6,7 @@ import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/33cn/chain33/common/address" "github.com/33cn/chain33/common/address"
"github.com/stretchr/testify/assert"
"io" "io"
"os" "os"
"sort" "sort"
...@@ -15,7 +16,7 @@ import ( ...@@ -15,7 +16,7 @@ import (
"github.com/33cn/chain33/common/crypto" "github.com/33cn/chain33/common/crypto"
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
......
...@@ -2,6 +2,7 @@ package rpc ...@@ -2,6 +2,7 @@ package rpc
import ( import (
jsonrpc "github.com/33cn/chain33/rpc/jsonclient" jsonrpc "github.com/33cn/chain33/rpc/jsonclient"
"github.com/33cn/chain33/system/consensus/solo"
gty "github.com/33cn/plugin/plugin/dapp/guess/types" gty "github.com/33cn/plugin/plugin/dapp/guess/types"
rpctypes "github.com/33cn/chain33/rpc/types" rpctypes "github.com/33cn/chain33/rpc/types"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
...@@ -32,7 +33,7 @@ import ( ...@@ -32,7 +33,7 @@ import (
"github.com/33cn/chain33/rpc" "github.com/33cn/chain33/rpc"
"github.com/33cn/chain33/store" "github.com/33cn/chain33/store"
_ "github.com/33cn/chain33/system" _ "github.com/33cn/chain33/system"
solo "github.com/33cn/chain33/system/consensus/solo" _ "github.com/33cn/chain33/system/consensus/solo"
cty "github.com/33cn/chain33/system/dapp/coins/types" cty "github.com/33cn/chain33/system/dapp/coins/types"
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
......
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