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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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')) |
|
|
|
} |
|
|
|
|
|
|
|
// ------------------------------------
|
|
|
|