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

Method wallet_help

test/functional/rpc_help.py:125–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123 f.write(self.nodes[0].help(call))
124
125 def wallet_help(self):
126 assert 'getnewaddress ( "label" "address_type" )' in self.nodes[0].help('getnewaddress')
127 self.restart_node(0, extra_args=['-nowallet=1'])
128 assert 'getnewaddress ( "label" "address_type" )' in self.nodes[0].help('getnewaddress')
129
130
131if __name__ == '__main__':

Callers 1

run_testMethod · 0.95

Calls 2

helpMethod · 0.80
restart_nodeMethod · 0.45

Tested by

no test coverage detected