On Sat, Apr 26, 2014 at 12:11 PM, Jorge Timón
<jtimon@monetize.io> wrote:
Accept to memory pool could probably be replaced with an IsStandard(scriptPubKey, scriptSig) method. The only "isStandard" part of the process is the check inputs method (and AcceptToMemoryPool calls IsStandardTx).
The standard script methods at the moment are also used for extracting addresses for wallet management.