mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Fix for getAssetRate
This commit is contained in:
parent
3e43ef9a0e
commit
905e982bd2
1 changed files with 1 additions and 1 deletions
|
@ -304,6 +304,6 @@ class CWHaven extends Haven {
|
|||
|
||||
List<AssetRate> getAssetRate()
|
||||
=> getRate()
|
||||
.map((HavenRate rate) => AssetRate(rate.getAssetType(), rate.getRate()))
|
||||
.map((rate) => AssetRate(rate.getAssetType(), rate.getRate()))
|
||||
.toList();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue