Commit e14c3aeb authored by vipwzw's avatar vipwzw Committed by mdj33

Update para_test.go

parent c701dbcd
......@@ -11,6 +11,7 @@ import (
func TestParaNode(t *testing.T) {
para := NewParaNode(nil, nil)
defer para.Close()
//通过rpc 发生信息
txs := util.GenNoneTxs(para.Para.GetGenesisKey(), 10)
for i := 0; i < len(txs); i++ {
......
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