Skip to content

Commit

Permalink
added extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Jul 8, 2020
1 parent 1b9e77f commit 1872ed9
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -127,7 +127,8 @@ export default injectIntl(
withStateHandlers(
{
checksum: 'BONE-0770',
walletNumber: '123455',
walletNumber: '123455', // added wallet number
// not sure about the phrase from restore wallet screen
},
{
setWalletNumber: (state) => (value) => ({walletNumber: value}),
Expand Down

0 comments on commit 1872ed9

Please sign in to comment.