Run a time-dependent internal consistency check (testing only).
Declared in <txrequest.h>
void
PostGetRequestableSanityCheck(std::chrono::microseconds now) const;
This can only be called immediately after GetRequestable, with the same 'now' parameter.
| Name | Description |
|---|---|
| now | The same current time that was passed to the preceding GetRequestable call. |