From 2428b381da557454f548ed408ee0949de3872ae7 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Thu, 4 Aug 2022 21:38:43 -0700 Subject: [PATCH] ci: run "make fmt" --- rpc/walletrpc/api.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/walletrpc/api.pb.go b/rpc/walletrpc/api.pb.go index 98c3021..be07bff 100644 --- a/rpc/walletrpc/api.pb.go +++ b/rpc/walletrpc/api.pb.go @@ -1435,7 +1435,7 @@ type StartConsensusRpcRequest struct { Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"` Password []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` Certificate []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"` - SkipVerify bool `protobuf:"varint,5,opt,name=skipverify,proto3" json:"skipverify,omitempty"` + SkipVerify bool `protobuf:"varint,5,opt,name=skipverify,proto3" json:"skipverify,omitempty"` } func (m *StartConsensusRpcRequest) Reset() { *m = StartConsensusRpcRequest{} }