mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove wallet_accounts and generator maps (RIPD-804):
* Remove the deprecated wallet_accounts command. * Remove dead code for generator maps. * Remove the help for the obsolete wallet_add and wallet_claim commands (which have already been removed).
This commit is contained in:
@@ -1386,11 +1386,6 @@ SLE::pointer Ledger::getDirNode (uint256 const& uNodeIndex) const
|
||||
return getASNodeI (uNodeIndex, ltDIR_NODE);
|
||||
}
|
||||
|
||||
SLE::pointer Ledger::getGenerator (Account const& uGeneratorID) const
|
||||
{
|
||||
return getASNodeI (getGeneratorIndex (uGeneratorID), ltGENERATOR_MAP);
|
||||
}
|
||||
|
||||
SLE::pointer
|
||||
Ledger::getOffer (uint256 const& uIndex) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user