use float for trending_* result
This commit is contained in:
parent
1a39853d99
commit
9ee6922fcc
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue