18 self.
nodes.append(
start_node(0, self.options.tmpdir, [
"-maxmempool=5",
"-spendzeroconfchange=0",
"-debug"]))
24 print(
"Initializing test directory "+self.options.tmpdir)
33 inputs = [{
"txid" : us0[
"txid"],
"vout" : us0[
"vout"]}]
43 base_fee = relayfee*100
51 assert(txdata[
'confirmations'] == 0)
53 if __name__ ==
'__main__':
UniValue settxfee(const UniValue ¶ms, bool fHelp)
UniValue getnewaddress(const UniValue ¶ms, bool fHelp)
def initialize_chain_clean(test_dir, num_nodes)
UniValue signrawtransaction(const UniValue ¶ms, bool fHelp)
UniValue createrawtransaction(const UniValue ¶ms, bool fHelp)
def start_node(i, dirname, extra_args=None, rpchost=None, timewait=None, binary=None)
UniValue sendrawtransaction(const UniValue ¶ms, bool fHelp)
UniValue getrawmempool(const UniValue ¶ms, bool fHelp)
def create_confirmed_utxos(fee, node, count)
UniValue getnetworkinfo(const UniValue ¶ms, bool fHelp)
UniValue gettransaction(const UniValue ¶ms, bool fHelp)
def create_lots_of_big_transactions(node, txouts, utxos, fee)