mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
Updates, working to get the network code going.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user