diff --git a/src/ripple/overlay/impl/PeerImp.cpp b/src/ripple/overlay/impl/PeerImp.cpp index dd12a8b0c..e0d06f9c5 100644 --- a/src/ripple/overlay/impl/PeerImp.cpp +++ b/src/ripple/overlay/impl/PeerImp.cpp @@ -1546,7 +1546,7 @@ PeerImp::handleTransaction( if (stx->isFieldPresent(sfEmitDetails)) { JLOG(p_journal_.warn()) << "Ignoring Network relayed Tx containing sfEmitDetails (handleTransaction)."; - //fee_ = Resource::feeHighBurdenPeer; // RH TODO: enable when relay bug is fixed + fee_ = Resource::feeHighBurdenPeer; return; } @@ -3066,7 +3066,7 @@ PeerImp::checkTransaction( if (stx->isFieldPresent(sfEmitDetails)) { JLOG(p_journal_.warn()) << "Ignoring Network relayed Tx containing sfEmitDetails (checkSignature)."; - //charge(Resource::feeHighBurdenPeer); //RH TODO: enable this charging when relay bug fix + charge(Resource::feeHighBurdenPeer); return; }