Skip to content

Commit

Permalink
Merge pull request #1620 from blockchain/fix/eth-pax-max-btn
Browse files Browse the repository at this point in the history
Fix(ETH/ERC20 send max)
  • Loading branch information
plondon committed May 13, 2019
2 parents 388f200 + cf285bd commit fe86636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default ({ api, coreSagas, networks }) => {

const maximumAmountClicked = function * (action) {
try {
const coinCode = prop('coin', action.payload)
const coinCode = action.payload
const appState = yield select(identity)
const currency = selectors.core.settings
.getCurrency(appState)
Expand Down

0 comments on commit fe86636

Please sign in to comment.