mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Rename Account to AccountID
This commit is contained in:
committed by
Nik Bougalis
parent
e1cd1e9e32
commit
9dd08e4dab
@@ -557,7 +557,7 @@ AmendmentTableImpl<AppApiFacade>::doVoting (Ledger::ref lastClosedLedger,
|
||||
|
||||
// Create the transaction to enable the amendment
|
||||
STTx trans (ttAMENDMENT);
|
||||
trans.setFieldAccount (sfAccount, Account ());
|
||||
trans.setFieldAccount (sfAccount, AccountID ());
|
||||
trans.setFieldH256 (sfAmendment, uAmendment);
|
||||
uint256 txID = trans.getTransactionID ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user