diff --git a/warden/x/warden/types/v1beta3/keychain.pb.go b/warden/x/warden/types/v1beta3/keychain.pb.go index 9081373db..b31944577 100644 --- a/warden/x/warden/types/v1beta3/keychain.pb.go +++ b/warden/x/warden/types/v1beta3/keychain.pb.go @@ -532,31 +532,6 @@ func (m *Keychain) Size() (n int) { return n } -func (m *KeybaseId) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - l = len(m.Value) - if l > 0 { - n += 1 + l + sovKeychain(uint64(l)) - } - l = len(m.Description) - if l > 0 { - n += 1 + l + sovKeychain(uint64(l)) - } - l = len(m.Url) - if l > 0 { - n += 1 + l + sovKeychain(uint64(l)) - } - if m.KeybaseId != nil { - l = m.KeybaseId.Size() - n += 1 + l + sovKeychain(uint64(l)) - } - return n -} - func (m *KeybaseId) Size() (n int) { if m == nil { return 0 @@ -1210,4 +1185,4 @@ var ( ErrInvalidLengthKeychain = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowKeychain = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupKeychain = fmt.Errorf("proto: unexpected end of group") -) +) \ No newline at end of file diff --git a/warden/x/warden/types/v1beta3/tx.pb.go b/warden/x/warden/types/v1beta3/tx.pb.go index 4f197f982..4ffcfd219 100644 --- a/warden/x/warden/types/v1beta3/tx.pb.go +++ b/warden/x/warden/types/v1beta3/tx.pb.go @@ -512,13 +512,6 @@ func (m *MsgNewKeychain) GetKeychainFees() KeychainFees { return KeychainFees{} } -func (m *MsgNewKeychain) GetDescription() string { - if m != nil { - return m.Name - } - return "" -} - func (m *MsgNewKeychain) GetUrl() string { if m != nil { return m.Url @@ -540,20 +533,6 @@ func (m *MsgNewKeychain) GetDescription() string { return "" } -func (m *MsgNewKeychain) GetUrl() string { - if m != nil { - return m.Url - } - return "" -} - -func (m *MsgNewKeychain) GetKeybaseId() string { - if m != nil { - return m.KeybaseId - } - return "" -} - type MsgNewKeychainResponse struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` } @@ -877,13 +856,6 @@ func (m *MsgUpdateKeychain) GetKeychainFees() KeychainFees { return KeychainFees{} } -func (m *MsgUpdateKeychain) GetDescription() string { - if m != nil { - return m.Name - } - return "" -} - func (m *MsgUpdateKeychain) GetUrl() string { if m != nil { return m.Url @@ -905,20 +877,6 @@ func (m *MsgUpdateKeychain) GetDescription() string { return "" } -func (m *MsgUpdateKeychain) GetUrl() string { - if m != nil { - return m.Url - } - return "" -} - -func (m *MsgUpdateKeychain) GetKeybaseId() string { - if m != nil { - return m.KeybaseId - } - return "" -} - type MsgUpdateKeychainResponse struct { }