You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when you get the receipt of a transaction there's a property exchangeRate, but if you look at exchange_rate.proto you will see there is an ExchangeSetRate that contains two properties - currentRate and nextRate which is not returned on receipt. The exchangeRate returned to the client from the SDK displays only currentRate instead of both.
Description
Currently when you get the
receipt
of a transaction there's a propertyexchangeRate
, but if you look at exchange_rate.proto you will see there is anExchangeSetRate
that contains two properties -currentRate
andnextRate
which is not returned onreceipt
. TheexchangeRate
returned to the client from the SDK displays onlycurrentRate
instead of both.Current receipt
Solution
Add new property
nextExchangeRate
to thereceipt
Fix
TransactionReceipt.js#239
The text was updated successfully, but these errors were encountered: