MCPcopy Create free account
hub / github.com/ElementsProject/elements / create_tx

Method create_tx

test/functional/feature_dersig.py:59–61  ·  view source on GitHub ↗
(self, input_txid)

Source from the content-addressed store, hash-verified

57 self.rpc_timeout = 240
58
59 def create_tx(self, input_txid):
60 utxo_to_spend = self.miniwallet.get_utxo(txid=input_txid, mark_as_spent=False)
61 return self.miniwallet.create_self_transfer(utxo_to_spend=utxo_to_spend)['tx']
62
63 def test_dersig_info(self, *, is_active):
64 assert_equal(self.nodes[0].getdeploymentinfo()['deployments']['bip66'],

Callers 1

run_testMethod · 0.95

Calls 2

create_self_transferMethod · 0.80
get_utxoMethod · 0.45

Tested by

no test coverage detected