-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NameService: allow multiple records of the same type
Except for the CNAME records. Port nspcc-dev/neofs-contract@6ea4573, nspcc-dev/neofs-contract@f4762c1 and nspcc-dev/neofs-contract#170.
- Loading branch information
1 parent
d8d9210
commit 77c9b8d
Showing
2 changed files
with
82 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ public class RecordState | |
public string Name; | ||
public RecordType Type; | ||
public string Data; | ||
public byte ID; | ||
} | ||
} |