@exodus/models
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -0,1 +1,6 @@ | ||
4.0.2 / 2019-08-16 | ||
------------------ | ||
- Handle `tx.feeAmount` for BTT being a BTT currency (should be TRX) | ||
4.0.1 / 2019-08-16 | ||
@@ -2,0 +7,0 @@ ------------------ |
@@ -65,2 +65,6 @@ "use strict"; | ||
case 'TRON_TOKEN': | ||
if (coinName === 'bittorrent' && String(json.feeAmount) === '0 BTT') { | ||
feeAmount = '0 TRX'; | ||
} | ||
coinName = 'tronmainnet'; | ||
@@ -67,0 +71,0 @@ break; |
{ | ||
"name": "@exodus/models", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Exodus models", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
31892
780