From 45138af6c6b97f795bac954ffb1229a3569591bc Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 28 Feb 2017 11:35:04 -0800 Subject: Fix infinite loop bug --- ui/app/conf-tx.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/app/conf-tx.js') diff --git a/ui/app/conf-tx.js b/ui/app/conf-tx.js index de2c73cbc..0a59eee37 100644 --- a/ui/app/conf-tx.js +++ b/ui/app/conf-tx.js @@ -164,6 +164,7 @@ ConfirmTxScreen.prototype.buyEth = function (address, event) { // Allows the detail view to update the gas calculations, // for manual gas controls. ConfirmTxScreen.prototype.onTxChange = function (txData) { + log.debug(`conf-tx onTxChange triggered with ${JSON.stringify(txData)}`) this.setState({ txData }) } -- cgit