[Minor Bug] Logical issue for how transactions work
So running `Faccts``A.``Ltransactions` with `Ncount`:`Tall` and `Nstart`:`T5` doesn't skip the first 5 transaction lines in its current behavior.
The most logical sense is that you are asking for `Tall` transactions starting from transaction index `T5`
Current behavior is that it returns `Tall` transactions and ignoring the `Nstart` `Tvalue`
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -