Skip to content

Commit 907c629

Browse files
committed
Get OutPoint from the bitcoin module
We depend on bitcoin-ffi now.
1 parent ef0b37e commit 907c629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/test/payjoin_unit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class OutputOwnershipCallback(payjoin.IsOutputKnown):
4545
def __init__(self, value):
4646
self.value = value
4747

48-
def callback(self, outpoint: payjoin.OutPoint):
48+
def callback(self, outpoint: payjoin.bitcoin.OutPoint):
4949
return False
5050

5151

0 commit comments

Comments
 (0)