Update documentation for purchaseTor

Reflect the changes to the logic
This commit is contained in:
DavidGrinberg
2022-03-25 23:02:23 -04:00
committed by GitHub
parent c6a2664296
commit 4497fbdda0

View File

@@ -1597,7 +1597,7 @@ export interface Singularity {
* purchasing a TOR router using this function is the same as if you were to
* manually purchase one.
*
* @returns True if actions is successful, false otherwise.
* @returns True if actions is successful or you already own TOR router, false otherwise.
*/
purchaseTor(): boolean;