From d78eefff90137007405419795a837e7a54393e77 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Thu, 16 Mar 2017 10:34:25 +0200 Subject: [PATCH] WIPP --- lib/cash-in-tx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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