mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fixes for RPC wallet_add and work toward more commands.
This commit is contained in:
@@ -36,9 +36,9 @@ public:
|
||||
return mLedgerEntry->getIFieldPresent(sfAuthorizedKey);
|
||||
}
|
||||
|
||||
uint160 getAuthorizedKey()
|
||||
NewcoinAddress getAuthorizedKey()
|
||||
{
|
||||
return mLedgerEntry->getIFieldH160(sfAuthorizedKey);
|
||||
return mLedgerEntry->getIValueFieldAccount(sfAuthorizedKey);
|
||||
}
|
||||
|
||||
const NewcoinAddress& getAccountID() const { return mAccountID; }
|
||||
|
||||
Reference in New Issue
Block a user