removed list type for now

This commit is contained in:
Lex Berezhny 2019-04-10 11:22:35 -04:00
parent bfcf51f9cc
commit d326456f6e

View file

@ -45,12 +45,7 @@ message Stream {
}
message ClaimList {
enum ListType {
COLLECTION = 0;
DERIVATION = 1;
}
repeated bytes claims = 1;
ListType list_type = 2;
}
message Fee {