-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(DOGE/DASH): transfering funds doesn't work after bitcoinjs-lib
upgrade
#552
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployed to https://msg-adamant-pr-552.surge.sh 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the bug? It's not clear based on your commits nor PR description. Write actual description of the changes in the commits. Additionally, I highly recommend you to familiarize yourself with conventional commits, that's what we use across the projects (this repository doesn't include commitlint for some reason though).
Also use more descriptive variable names, here are some suggestions:
amt
->unspentAmount
inputs
->inputCount
change
->difference
txb
->psbt
bitcoinjs-lib
upgrade
bitcoinjs-lib
upgradebitcoinjs-lib
upgrade
Successfully tore down https://msg-adamant-pr-552.surge.sh 🥲 |
No description provided.