Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into ledger-live-path-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend authored Sep 16, 2020
2 parents 263c14b + 4a24b96 commit ec78575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagas/deposit.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function* restoreState(nextStepMap, stateKey) {
break

default:
throw new Error(`Unexpected state ${depositState.toNumber()}.`)
throw new Error(`Unexpected state ${depositState}.`)
}

// Here, we need to look at the logs. getDepositBtcAddress submits a
Expand Down

0 comments on commit ec78575

Please sign in to comment.