diff --git a/app/reducers/transaction.js b/app/reducers/transaction.js index 25141eb3..42798639 100644 --- a/app/reducers/transaction.js +++ b/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')) } // ------------------------------------