Common components refactor #1
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue