loon3 / Tokenly-Pockets

Digital Token Wallet powered by Bitcoin
GNU General Public License v3.0
7 stars 14 forks source link

OP_CHECKMULTISIG transaction detection failed #17

Open deweller opened 9 years ago

deweller commented 9 years ago

This transaction:

https://counterpartychain.io/transaction/93b2a82ee7686eeedb966d7adb1dab4f63ba0932fa500f181fe3799954b7ba25

was not parsed correctly by Tokenly Pockets:

https://chain.so/tx/BTC/93b2a82ee7686eeedb966d7adb1dab4f63ba0932fa500f181fe3799954b7ba25

Perhaps OP_CHECKMULTISIG transactions are not working all the time?

loon3 commented 9 years ago

The integration with chain.so is primarily meant to display unconfirmed txs sent via Pockets. Since those utilize OP_RETURN, there's no plan to integrate OP_CHECKMULTISIG tx recognition.