meritlabs / merit

Merit aims to be the world's most adopted digital currency.
https://www.merit.me
MIT License
192 stars 20 forks source link

Make sure to not sample pp2sh addresses. #394

Closed mempko closed 6 years ago

mempko commented 6 years ago

getblocktemplate checked to make sure pp2sh were not paid, but the sampling call did not skip them. This caused getblocktemplate to fail.

This fix makes sure not to sample pp2sh addresses.