This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check for OP_RETURN in Script.isScriptHashIn()
- Data transactions consist of OP_RETURN followed by a push of bytes to the stack - P2SH redeem scripts (generally) consist of signatures and relevant information followed by a push of bytes to the stack - To differentiate the two, we check that the first OP code is not OP_RETURN in Script.isScriptHashIn()
- Loading branch information