You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -75,7 +75,7 @@ Add up all the transactions between the two timestamps, with incoming transactio
<details>
<summary>Spoilers for acct_nt's solutions </summary>
Look at the timestamps that acct_nt gives you, and add up all the transactions where you gained money from the starting timestamp to the end. The actual starting and ending timestamps may be a bit off from what acct_nt gives you.
Add up all the incoming transactions between the two timestamps. The actual starting and ending timestamps may be incorrect by up to one minute.