mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-16 00:55:49 +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(
|
XRPL_ASSERT_PARTS(
|
||||||
!name.empty(),
|
!name.empty(),
|
||||||
"ripple::doAccountInfo",
|
"ripple::doAccountInfo",
|
||||||
"name is not empty")
|
"name is not empty");
|
||||||
}
|
}
|
||||||
// ValidPseudoAccounts invariant guarantees that only one field
|
// ValidPseudoAccounts invariant guarantees that only one field
|
||||||
// can be set
|
// can be set
|
||||||
|
|||||||
Reference in New Issue
Block a user