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 13, 2023
1 parent 8622e36 commit a57894b
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 @@ -1493,7 +1493,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 a57894b

Please sign in to comment.