Fixed non-sensical error message
authorPeter Todd <pete@petertodd.org>
Sat, 28 Apr 2012 20:29:27 +0000 (16:29 -0400)
committerLuke Dashjr <luke-jr+git@utopios.org>
Sun, 6 May 2012 05:30:37 +0000 (05:30 +0000)
commitb94e6eb5a510315c4713ffc8bcfbfceb674691dc
tree1313534e01d0d4be1416fc46be36ae3b0f7f6ae8
parentee932c6e35f40360fbc3bce44840a82b19599ea2
Fixed non-sensical error message

Previously trying to create a multisig address that required less than
one signature would output something like the following:

"wrong number of keys(got 1, need at least 0)"
src/bitcoinrpc.cpp