Skip to content

Commit b36b5a2

Browse files
committed
url
1 parent 84974ed commit b36b5a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

transactions.py

+1
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ def transfer_tx(fromaddr, dest, fee, privatekey, coloraddress, coloramt, otherme
350350
inputdata=find_transfer_inputs(fromaddr, coloraddress, coloramt, btcneeded)
351351
inputs=inputdata[0]
352352
inputcoloramt=inputdata[1]
353+
print str(fromaddr)+" / "+str(dest)+" / "+str(fee)+" / "+str(privatekey)+" / "+str(coloramt)+" / "+str(inputs)+" / "+str(inputcoloramt)+" / "+str(othermeta)
353354
result=create_transfer_tx(fromaddr, dest, fee, privatekey, coloramt, inputs, inputcoloramt, othermeta)
354355
return result
355356

0 commit comments

Comments
 (0)