updated wallet reducer defaultState

This commit is contained in:
Akinwale Ariwodola 2018-03-28 06:00:59 +01:00
parent affbbee01c
commit e622db2fa6
2 changed files with 0 additions and 2 deletions

View file

@ -5216,7 +5216,6 @@ var defaultState = {
blocks: {}, blocks: {},
transactions: {}, transactions: {},
fetchingTransactions: false, fetchingTransactions: false,
receiveAddress: null,
gettingNewAddress: false, gettingNewAddress: false,
draftTransaction: buildDraftTransaction(), draftTransaction: buildDraftTransaction(),
sendingSupport: false sendingSupport: false

View file

@ -11,7 +11,6 @@ const defaultState = {
blocks: {}, blocks: {},
transactions: {}, transactions: {},
fetchingTransactions: false, fetchingTransactions: false,
receiveAddress: null,
gettingNewAddress: false, gettingNewAddress: false,
draftTransaction: buildDraftTransaction(), draftTransaction: buildDraftTransaction(),
sendingSupport: false, sendingSupport: false,