decred / atomicswap

On-chain atomic swaps for Decred and other cryptocurrencies.
https://blog.decred.org/2017/09/20/On-Chain-Atomic-Swaps/
ISC License
507 stars 232 forks source link

Verify refund address is P2PKH. #69

Closed jrick closed 6 years ago

jrick commented 6 years ago

If the wallet being queried has added segwit support, and the RPC invocation has not been updated to explicitly request a P2PKH refund address, the wallet may return a P2SH-witness address that, while still having a Hash160 method, is not the correct type and may lead to unspendable/lost coins if a refund must be made.

Closes #68.