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: {},
transactions: {},
fetchingTransactions: false,
receiveAddress: null,
gettingNewAddress: false,
draftTransaction: buildDraftTransaction(),
sendingSupport: false

View file

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