mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Fire up the initial ledgers and attach them to the application.
This commit is contained in:
@@ -133,6 +133,11 @@ CKey::pointer DetKeySet::getPrivKey(uint32 n)
|
||||
return ret;
|
||||
}
|
||||
|
||||
uint160 DetKeySet::getAccountID(uint32 n)
|
||||
{
|
||||
return getPubKey(n)->GetAddress().GetHash160();
|
||||
}
|
||||
|
||||
void DetKeySet::getPubKeys(uint32 first, uint32 count, std::list<CKey::pointer>& keys)
|
||||
{
|
||||
while(count-->0)
|
||||
|
||||
Reference in New Issue
Block a user