chore: convert token pirce type to double

This commit is contained in:
mapoofano 2025-01-19 15:44:58 +03:30
parent 9a563e7992
commit c33d166b92

View File

@ -267,7 +267,7 @@ message Transaction {
optional string trx_hash = 18; optional string trx_hash = 18;
optional string from_public_key = 19; optional string from_public_key = 19;
optional string to_public_key = 20; optional string to_public_key = 20;
float64 token_price = 21; double token_price = 21;
} }
message UserGetTransactionListReq { message UserGetTransactionListReq {