removed list type for now
This commit is contained in:
parent
de9acf64ab
commit
48a7102fa5
1 changed files with 0 additions and 5 deletions
|
@ -45,12 +45,7 @@ message Stream {
|
|||
}
|
||||
|
||||
message ClaimList {
|
||||
enum ListType {
|
||||
COLLECTION = 0;
|
||||
DERIVATION = 1;
|
||||
}
|
||||
repeated bytes claims = 1;
|
||||
ListType list_type = 2;
|
||||
}
|
||||
|
||||
message Fee {
|
||||
|
|
Loading…
Reference in a new issue