Any help please. I am trying to send my xcp to another bitcoin address. Thanks
C:\counterpartyd_build>C:\Python32\python.exe run.py send --from=MyXCPBitcoinAddress --to=NewBitcoinAddress --quantity=1 --asset
=XCP
Traceback (most recent call last):
File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 515, i
n
quantity, args.asset)
File "C:\counterpartyd_build\dist\counterpartyd\lib\send.py", line 25, in crea
te
return bitcoin.transaction(source, destination, config.DUST_SIZE, config.MIN
_FEE, data, test)
File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 295, in
transaction
transaction = serialise(inputs, destination_output, data_output, change_outp
ut, multisig=multisig, source=source)
File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 177, in
serialise
secret_exponent, compressed = wif_to_tuple_of_secret_exponent_compressed(pri
vate_key_wif, is_test=testnet)
TypeError: wif_to_tuple_of_secret_exponent_compressed() got an unexpected keywor
d argument 'is_test'
C:\counterpartyd_build>