Skip to content

Commit

Permalink
squash in functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone committed Aug 30, 2023
1 parent 2f0ca10 commit 1691246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ def __init__(self, idx, owner_addr, operator_pk, voting_addr, ipport, payout_add
self.operator_sk = operator_sk
self.proTx = None
self.collateral = None
self.nullifier = None
self.nullifier = "%064x" % 0 if transparent else None
self.transparent = transparent

def revoked(self):
Expand Down

0 comments on commit 1691246

Please sign in to comment.