Skip to content

Commit 6db88d8

Browse files
vubvub
authored andcommitted
Flipped bci_unspent outputs to match blockr_unspent
1 parent 9a82b72 commit 6db88d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/bci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def parse_addr_args(*args):
9898

9999
# Gets the unspent outputs of one or more addresses
100100
def bci_unspent(*args):
101-
addrs, network = parse_addr_args(*args)
101+
network, addrs = parse_addr_args(*args)
102102
u = []
103103
for a in addrs:
104104
try:

0 commit comments

Comments
 (0)