-
Notifications
You must be signed in to change notification settings - Fork 98
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
Withdrawal to P2SH addresses for non-Segwit coins. #1278
Comments
the BCH deposit address on Nicehash is P2SH and shows error when trying to send BCH to it |
I would like to request to enable withdraw KMD or any other ACs to Implementing this will make life easier for end users. Since, multisig addresses are valid address, I don't see any proper reason not to implement this. |
* conf.segwit removed from is_p2sh in utxo * fmt fix * is_p2sh = conf.segwit removed in qrc20.rs * is_p2sh = conf.segwit returned in qrc20.rs * withdrawal to address should fail * QRC20 can be sent to P2PKH addresses only * "segwit":true removed if no "bech32_hrp", doc comment changed * segwit comment simplified
works fine |
Using same address as above in GUI was successful and explorer returns expected result |
Great, thanks for testing! |
In rare use cases, users might need to withdraw to multisig or other P2SH addresses.
The text was updated successfully, but these errors were encountered: