Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consensus: fix a problem with script sizes (#396)
A output's script may be bigger than 10k bytes, it just can't be spent. We incorrectly check the script pubkey size when it gets created, causing floresta to break out of consensus if such an output is mined. Fixes #393
- Loading branch information