Tiny optimization.
CheckFinalTx() gets always called in CWalletTx::IsTrusted().
Calling it together with IsTrusted() result in calling it twice.
CheckFinalTx() get's executed under cs_main (where it calls stuff like tips GetMedianTimePast(), `GetAdjustedTime().