Re: [Bitcoin-development] Multisignature transaction support in the GUI

2012-02-07 Thread Aidan Thornton
On Mon, Feb 6, 2012 at 5:27 PM, Wladimir wrote: > Change BitcoinAddressValidator::MaxAddressLength to 35 > The addresses are validated with walletmodel->validateAddress which in turn > calls CBitcoinAddress addressParsed(addr) and then isValid(). Does this work > for the new addresses? Should do

Re: [Bitcoin-development] Multisignature transaction support in the GUI

2012-02-06 Thread Wladimir
On Mon, Feb 6, 2012 at 6:27 PM, Wladimir wrote: > On Mon, Feb 6, 2012 at 5:07 PM, Gavin Andresen wrote: > >> >> Advantage of (2) is it should mean more testing of multisig, and fewer >> bug reports of "I added a multisig address via RPC but I can't send to >> it using the GUI" >> >> My opinion: I

Re: [Bitcoin-development] Multisignature transaction support in the GUI

2012-02-06 Thread Wladimir
On Mon, Feb 6, 2012 at 5:07 PM, Gavin Andresen wrote: > > Advantage of (2) is it should mean more testing of multisig, and fewer > bug reports of "I added a multisig address via RPC but I can't send to > it using the GUI" > > My opinion: I think it is worth allowing send-to-multisig-address via >