mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
ci: run "make fmt"
This commit is contained in:
parent
2e95c1427f
commit
2428b381da
1 changed files with 1 additions and 1 deletions
|
@ -1435,7 +1435,7 @@ type StartConsensusRpcRequest struct {
|
||||||
Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
|
Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
|
||||||
Password []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,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"`
|
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{} }
|
func (m *StartConsensusRpcRequest) Reset() { *m = StartConsensusRpcRequest{} }
|
||||||
|
|
Loading…
Add table
Reference in a new issue