-
Notifications
You must be signed in to change notification settings - Fork 191
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
Unable to send BTC on phantom wallet #8202
Comments
Confirmed the issue persists after release #8198 went out (which includes #8197) |
@MBMaria @woodenfurniture Couldn't repro on latest develop and prod (tested on develop locally, and upstream on prod), is this still happening for you guys? And if so, can I haz the address you're trying to send to to try to send to it as well? Develop: https://live.blockcypher.com/btc/tx/8e081db5f1252d706f9cfd89cda8bf71e9379b1e4aec6c45f45e963afdb46725/Prod: https://live.blockcypher.com/btc/tx/21aa9701ad5fdaa8c97d315cb5acbbdd0a53621922b6101a577d2930dbcbcfdb |
Was able to recreate again now with a different address. |
https://live.blockcypher.com/btc/tx/64e6f666324700847e876616dfe08aac882fdea438a0b96805ede1cf2a562690/ Was able to send to these two addies on develop, requested Foxcrypt of seed to try and repro with affected account 🙏🏽 |
Repro'd in develop.shapeshift.com after getting @MBMaria's seed and trying a send to
Disregard all above. I can consistently reproduce sending to https://jam.dev/c/c9d9f363-b7dd-464b-8f08-b846829350d3 Tx input: {
"coin": "Bitcoin",
"inputs": [
{
"addressNList": [
2147483732,
2147483648,
2147483648,
0,
0
],
"scriptType": "p2wpkh",
"amount": "18743",
"vout": 1,
"txid": "447eceea134ee90f5f126f3ab462846daf1b263d468309420b4a1a8675603567",
"hex": "redacted"
}
],
"outputs": [
{
"addressType": "spend",
"amount": "1042",
"address": "166fG6tESGgUDm53oSAm2cGB2rByzXQG5e"
},
{
"addressType": "change",
"amount": "15893",
"addressNList": [
2147483732,
2147483648,
2147483648,
1,
0
],
"scriptType": "p2wpkh",
"isChange": true
}
]
} |
Update: There's not so much about Going deeper into the rabbit hole, debugging not only our implementation but running devtools on Phantom extension itself, stay tuned... |
@MBMaria I've tried a send to @woodenfurniture if you want to try this as well, though careful, this means you won't be able to repro anymore as that effectively solves things. Raised the issue in Phantom discussions https://github.com/orgs/phantom/discussions/323 since I was able to capture the error in Phantom devtools and we now know that this is coming from |
Moving to blocked as issue has been raised upstream. For the time being, solution is to proceed to (any) send through Phantom UI itself, which I assume reconciliates the UTXO set for the address (not xpub, Phantom only consumes |
Confirmed with @woodenfurniture and @MBMaria we're g2g here as we have effectively a fix to tell users for the time being. Closing, to be updated if/when there are changes fixing this upstream in Phantom build. |
Overview
Getting an error when trying to send BTC on phantom wallet
References and additional details
https://jam.dev/c/a3d35509-dba4-4c42-a0fe-265d70bb7055
Acceptance Criteria
Should be able to send BTC on phantom
Need By Date
No response
Screenshots/Mockups
No response
Ownership
Estimated effort
No response
Sponsor / Stakeholder
No response
Bounty Hunters
The text was updated successfully, but these errors were encountered: