From f4ee888ef4f87de5299a588ac855c46e1774ea87 Mon Sep 17 00:00:00 2001 From: apanizo Date: Thu, 16 Aug 2018 11:15:08 +0200 Subject: [PATCH] WA-521 Adding 0x to data response from tx-history-service (not final fix) --- src/routes/safe/store/actions/fetchTransactions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/safe/store/actions/fetchTransactions.js b/src/routes/safe/store/actions/fetchTransactions.js index db0dd14d..c03b460f 100644 --- a/src/routes/safe/store/actions/fetchTransactions.js +++ b/src/routes/safe/store/actions/fetchTransactions.js @@ -4,7 +4,6 @@ import type { Dispatch as ReduxDispatch } from 'redux' import { type GlobalState } from '~/store/index' import { makeOwner } from '~/routes/safe/store/model/owner' import { makeTransaction, type Transaction } from '~/routes/safe/store/model/transaction' -import { load, TX_KEY } from '~/utils/localStorage' import { makeConfirmation } from '~/routes/safe/store/model/confirmation' import { loadSafeSubjects } from '~/utils/localStorage/transactions' import { buildTxServiceUrlFrom, type TxServiceType } from '~/logic/safe/safeTxHistory'