Post
Topic
Board Development & Technical Discussion
Re: Launch of BitPay, worlds first smartphone-wallet for bitcoins
by
kangasbros
on 30/06/2011, 12:15:37 UTC
There is hardcoded wallet in the source code Cheesy

Code:
24         //FIXME
 25         this.accountVector.add(new BitPayAccount("My Account_1", "174MgqAd2NqnwAcpajCQBo3AhwaEQDCUT1", "https://www.instawallet.org/w/9ODM4oWAiq9oXE4Ji6qTsg"));
 26         this.account = this.accountVector.get(0);