Commit 9a088357 authored by vipwzw's avatar vipwzw

auto ci

parent a98fbca6
......@@ -780,7 +780,7 @@ function para_create_supervision_nodegroup() {
if [ -z "$newid" ]; then
${PARA_CLI} para supervision_node list -s 4
echo "cancel status error "
# exit 1
# exit 1
fi
check_balance_1ka "$balancePre" -6
......
......@@ -6,12 +6,13 @@ package types
import (
context "context"
fmt "fmt"
math "math"
types "github.com/33cn/chain33/types"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
......@@ -4505,7 +4506,9 @@ func init() {
proto.RegisterType((*BlsPubKey)(nil), "types.BlsPubKey")
}
func init() { proto.RegisterFile("paracross.proto", fileDescriptor_6a397e38c9ea6747) }
func init() {
proto.RegisterFile("paracross.proto", fileDescriptor_6a397e38c9ea6747)
}
var fileDescriptor_6a397e38c9ea6747 = []byte{
// 3008 bytes of a gzipped FileDescriptorProto
......
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