Sets the validity of a given transaction in the cache.
void forceValidity( HashRouter& router, uint256 const& txid, Validity validity);
Use with extreme care.
Can only raise the validity to a more valid state, and can not override anything cached bad.
#include <ripple/app/tx/apply.h>