mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Resolve warnings:
Add boost to system path when compiling with clang. Remove check for null for a var that can never be null.
This commit is contained in:
@@ -170,7 +170,6 @@ TxMeta::getAffectedAccounts() const
|
||||
|
||||
STObject& TxMeta::getAffectedNode (SLE::ref node, SField const& type)
|
||||
{
|
||||
assert (&type);
|
||||
uint256 index = node->getIndex ();
|
||||
for (auto& n : mNodes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user