Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Mar 11, 2024
1 parent 2e123ac commit 3eaa89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def subscribe(self, KEYNAME, NODE, DEPOSIT, GB, hourly):
tx_response, "sentinel.node.v2.EventCreateSubscription", "id"
)
if subscription_id:
return (True,0)
return (True, subscription_id)

return(False, "Tx error")

Expand Down

0 comments on commit 3eaa89f

Please sign in to comment.