mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Work toward policy based network connectivity.
This commit is contained in:
@@ -561,7 +561,7 @@ LocalAccount::pointer Wallet::parseAccount(const std::string& specifier)
|
||||
; // nothing
|
||||
}
|
||||
|
||||
return familyFound.IsValid()
|
||||
return familyFound.isValid()
|
||||
? getLocalAccount(familyFound, boost::lexical_cast<int>(seq))
|
||||
: LocalAccount::pointer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user