2ef82e7db3
This changes the transaction input standardness checks as follows: - Allow any script in a pay-to-script-hash transaction to be relayed and mined so long as it has no more than 15 signature operations - Remove the obsolete checks which naively calculated the number of expected inputs in favor of the more accurate ScriptVerifyCleanStack and ScriptVerifySigPushOnly functionality of the script engine that was added after these checks. |
||
---|---|---|
.. | ||
error.go | ||
log.go | ||
mempool.go | ||
mempool_test.go | ||
policy.go | ||
policy_test.go | ||
README.md |
mempool
[] (https://travis-ci.org/btcsuite/btcd) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [] (http://godoc.org/github.com/btcsuite/btcd/mempool)
Overview
This package is currently a work in progress.
Installation and Updating
$ go get -u github.com/btcsuite/btcd/mempool
License
Package mempool is licensed under the copyfree ISC License.