Updates, working to get the network code going.

This commit is contained in:
JoelKatz
2011-11-30 21:29:38 -08:00
parent 284445a7fa
commit f3ed8b7ec9
9 changed files with 295 additions and 172 deletions

View File

@@ -10,18 +10,19 @@ LocalAccount::LocalAccount(bool) : mAmount(0), mSeqNum(0)
mAddress.SetPubKey(mPublicKey.GetPubKey());
}
#if 0
Wallet::Wallet()
{
}
void Wallet::load()
{
// WRITEME
}
#if 0
int64 Wallet::getBalance()
{
int64 total = 0;