updated wallet reducer defaultState
This commit is contained in:
parent
affbbee01c
commit
e622db2fa6
2 changed files with 0 additions and 2 deletions
|
@ -5216,7 +5216,6 @@ var defaultState = {
|
|||
blocks: {},
|
||||
transactions: {},
|
||||
fetchingTransactions: false,
|
||||
receiveAddress: null,
|
||||
gettingNewAddress: false,
|
||||
draftTransaction: buildDraftTransaction(),
|
||||
sendingSupport: false
|
||||
|
|
|
@ -11,7 +11,6 @@ const defaultState = {
|
|||
blocks: {},
|
||||
transactions: {},
|
||||
fetchingTransactions: false,
|
||||
receiveAddress: null,
|
||||
gettingNewAddress: false,
|
||||
draftTransaction: buildDraftTransaction(),
|
||||
sendingSupport: false,
|
||||
|
|
Loading…
Reference in a new issue