diff --git a/lib/cash-in-tx.js b/lib/cash-in-tx.js index 8ee69d31..eb06352a 100644 --- a/lib/cash-in-tx.js +++ b/lib/cash-in-tx.js @@ -7,7 +7,7 @@ const mapValuesWithKey = _.mapValues.convert({cap: false}) module.exports = {post} -const UPDATEABLE_FIELDS = ['fee', 'txHash', 'phone', 'error', 'send'] +const UPDATEABLE_FIELDS = ['fee', 'txHash', 'phone', 'error', 'send', 'cryptoAtoms', 'fiat'] function post (tx, pi) { const TransactionMode = pgp.txMode.TransactionMode