Support 3 new multisignature IsStandard transactions
authorGavin Andresen <gavinandresen@gmail.com>
Wed, 28 Sep 2011 16:30:06 +0000 (12:30 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Mon, 19 Dec 2011 17:40:19 +0000 (12:40 -0500)
commitbf798734db4539a39edd6badf54a1c3aecf193e5
tree850f60c149335de2c85c0aafd10a8fc50aca9c7e
parent1466b8b78ad8cabf93ac3f65f5929213c5dd3c8f
Support 3 new multisignature IsStandard transactions

Initial support for (a and b), (a or b), and 2-of-3 escrow
transactions (where a, b, and c are keys).
src/bitcoinrpc.cpp
src/script.cpp
src/script.h
src/test/multisig_tests.cpp [new file with mode: 0644]
src/wallet.cpp