Skip to content

Commit

Permalink
Update node_base.py
Browse files Browse the repository at this point in the history
Remove resolved TODO
  • Loading branch information
Endogen authored Apr 25, 2024
1 parent bb580c8 commit ed790d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xian/node_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def validate_transaction(self, tx):
# Check if nonce is greater than the current nonce
self.check_nonce(tx)

# TODO: is this giving up to date value ? or is value only updated after hard_apply ?
# Get the senders balance and the current stamp rate
try:
balance = self.client.get_var(
Expand Down

0 comments on commit ed790d1

Please sign in to comment.