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:43 +0000 (05:30 +0000)
commite2b9bf9e6e846d2b182baf889f556e624c02e7a8
treef49e1cbf49377d707239fe398592aad2c7d75b16
parentd41f22cb7675e8d45160511c3f45e51ba5dbbd00
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