use float for trending_* result

This commit is contained in:
Lex Berezhny 2019-05-20 14:54:51 -04:00
parent 1a39853d99
commit 9ee6922fcc

View file

@ -26,9 +26,9 @@ message ClaimMeta {
uint64 support_amount = 5;
uint32 claims_in_channel = 6;
uint32 trending_group = 7;
sint64 trending_mixed = 8;
sint64 trending_local = 9;
sint64 trending_global = 10;
float trending_mixed = 8;
float trending_local = 9;
float trending_global = 10;
}
message Error {