mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
fixup! Review feedback from @Bronek: Add an assert
This commit is contained in:
@@ -163,7 +163,7 @@ doAccountInfo(RPC::JsonContext& context)
|
||||
XRPL_ASSERT_PARTS(
|
||||
!name.empty(),
|
||||
"ripple::doAccountInfo",
|
||||
"name is not empty")
|
||||
"name is not empty");
|
||||
}
|
||||
// ValidPseudoAccounts invariant guarantees that only one field
|
||||
// can be set
|
||||
|
||||
Reference in New Issue
Block a user