Common components refactor #1

Merged
akinwale merged 42 commits from common-components-refactor into master 2018-04-05 04:57:30 +02:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit e622db2fa6 - Show all commits

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,