mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Replicate the bug.
This commit is contained in:
@@ -32,6 +32,8 @@ Ledger::Ledger(const NewcoinAddress& masterID, uint64 startAmount) : mTotCoins(s
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
std::cerr << "Root account:";
|
std::cerr << "Root account:";
|
||||||
startAccount->dump();
|
startAccount->dump();
|
||||||
|
AccountState::pointer as = getAccountState(masterID);
|
||||||
|
as->dump();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user