-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed staking & error notifications (seeking for API alternatives in the future) * Added support for notification of bot releases * Added menu entry to show app information (version numbers) * Fixed database issue affecting balances and stats when backend blocking response
- Loading branch information
Showing
24 changed files
with
185 additions
and
694 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from poktbot.api.node.node_errors import PocketNodeErrors | ||
from poktbot.api.node.node_transactions import PocketNodeTransactions | ||
|
||
|
||
__all__ = ["PocketNodeTransactions", "PocketNodeErrors"] | ||
__all__ = ["PocketNodeTransactions"] | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.