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

Method to_unconf_addr

test/functional/rpc_psbt.py:118–119  ·  view source on GitHub ↗
(self, node_num, addr)

Source from the content-addressed store, hash-verified

116 return addr
117
118 def to_unconf_addr(self, node_num, addr):
119 return self.nodes[node_num].getaddressinfo(addr)['unconfidential']
120
121 def num_blinded_outputs(self, tx):
122 result = 0

Callers 1

run_basic_testsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected