Fix a couple of bugs. Make the simulation run 100x and halt if
[retire.git] / secrets.py
index dba25241a6afc0b6651294bd4ba6e74eed943159..cedeec59c3479bb6fb28ab81af5cf704b2d725ed 100644 (file)
@@ -1,2 +1,4 @@
+import accounts
 
-accounts = [ <<< your accounts >>> ]
+def get_starting_account_list:
+    return [ <<< your accounts >>> ]