@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python3
from future.utils import iteritems
"""A very simple command line tool to import utxos to be used
as commitments into joinmarket's commitments.json file, allowing
#!/usr/bin/env python
import argparse
import json
import os.path
'''
@ -1,5 +1,4 @@
import sys
from twisted.internet import reactor
from twisted.python.log import startLogging
from optparse import OptionParser
"""
A sample implementation of a single coinjoin script,
"""A simple command line tool to create a bunch
of utxos from one (thus giving more potential commitments
for a Joinmarket user, although of course it may be useful
from jmbase import jmprint
from jmclient import wallet_tool_main
import random
from jmclient import YieldGeneratorBasic, ygmain