We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0b37e commit 907c629Copy full SHA for 907c629
1 file changed
python/test/payjoin_unit_test.py
@@ -45,7 +45,7 @@ class OutputOwnershipCallback(payjoin.IsOutputKnown):
45
def __init__(self, value):
46
self.value = value
47
48
- def callback(self, outpoint: payjoin.OutPoint):
+ def callback(self, outpoint: payjoin.bitcoin.OutPoint):
49
return False
50
51
0 commit comments