diff options
Diffstat (limited to 'ui/app/conf-tx.js')
-rw-r--r-- | ui/app/conf-tx.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/conf-tx.js b/ui/app/conf-tx.js index 2df6c5384..cd4bef2b9 100644 --- a/ui/app/conf-tx.js +++ b/ui/app/conf-tx.js @@ -141,6 +141,7 @@ function currentTxView (opts) { } } } + ConfirmTxScreen.prototype.checkBalanceAgainstTx = function (txData) { if (!txData.txParams) return false var props = this.props |