Skip to content

Commit 668b612

Browse files
committed
removed Domain from account_set
1 parent eb040d4 commit 668b612

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

xrpl/transaction/account_set.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,6 @@ func (s *AccountSet) Flatten() FlatTransaction {
155155
return flattened
156156
}
157157

158-
// The domain that owns this account, as a string of hex representing the.
159-
// ASCII for the domain in lowercase.
160-
func Domain(value string) *string {
161-
return &value
162-
}
163-
164158
// An arbitrary 128-bit value. Conventionally, clients treat this as the md5 hash of an email address to use for displaying a Gravatar image.
165159
func EmailHash(value types.Hash128) *types.Hash128 {
166160
return &value

0 commit comments

Comments
 (0)