removed list type for now
This commit is contained in:
parent
bfcf51f9cc
commit
d326456f6e
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