Browse Source

Merge pull request #477 from LN-Zap/fix/p2pkh-call

fix(p2pkh): generate np2wkh instead of p2pkh
renovate/lint-staged-8.x
Ben Woosley 7 years ago
committed by GitHub
parent
commit
5629da90da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/reducers/transaction.js

2
app/reducers/transaction.js

@ -115,7 +115,7 @@ export const newTransaction = (event, { transaction }) => dispatch => {
showNotification(notifTitle, notifBody)
// Generate a new address
dispatch(newAddress('p2pkh'))
dispatch(newAddress('np2wkh'))
}
// ------------------------------------

Loading…
Cancel
Save