Skip to content

Commit c190484

Browse files
authored
Feature: Node rewards tracker (#6064)
1 parent c652e3b commit c190484

File tree

3 files changed

+634
-1
lines changed

3 files changed

+634
-1
lines changed

scripts/nym-node-setup/nym-node-cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.1.0"
44
__default_branch__ = "develop"
55

66
import os
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
address,tag
2+
add_wallet_or_delete,optional_tag_or_delete
3+
add_wallet_or_delete,optional_tag_or_delete
4+
add_wallet_or_delete,optional_tag_or_delete
5+
add_wallet_or_delete,optional_tag_or_delete
6+
add_wallet_or_delete,optional_tag_or_delete

0 commit comments

Comments
 (0)