mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Bugfixes and new code. Ledger unit test now successfully creates a local
account, creates an initial ledger, closes the initial ledger and opens a new ledger, creates a second account, and adds a transaction to transfer funds to the open ledger.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <string>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
LocalAccount::LocalAccount(bool)
|
||||
LocalAccount::LocalAccount(bool) : mAmount(0), mSeqNum(0)
|
||||
{
|
||||
mPrivateKey.MakeNewKey();
|
||||
mPublicKey.SetPubKey(mPrivateKey.GetPubKey());
|
||||
|
||||
Reference in New Issue
Block a user