We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294b177 commit a7b4e7dCopy full SHA for a7b4e7d
utils/voting.py
@@ -67,7 +67,6 @@ def create_vote(
67
)
68
]
69
70
- print(new_vote_script)
71
tx = token_manager.forward(new_vote_script, tx_params)
72
if tx.revert_msg is not None:
73
print(tx.traceback)
0 commit comments