MCPcopy Create free account
hub / github.com/ElementsProject/lightning / config

Method config

contrib/pyln-testing/pyln/testing/utils.py:1247–1252  ·  view source on GitHub ↗
(self, config_name)

Source from the content-addressed store, hash-verified

1245 return msgs
1246
1247 def config(self, config_name):
1248 try:
1249 opt = self.rpc.listconfigs(config_name)
1250 return opt[config_name]
1251 except RpcError:
1252 return None
1253
1254 def dev_pay(self, bolt11, amount_msat=None, label=None, riskfactor=None,
1255 maxfeepercent=None, retry_for=None,

Callers 14

fundbalancedchannelMethod · 0.80
test_reconnect_no_updateFunction · 0.80
test_peerinfoFunction · 0.80
test_wumbo_channelsFunction · 0.80
test_channel_featuresFunction · 0.80
test_node_reannounceFunction · 0.80
test_openchannel_hookFunction · 0.80

Calls 1

listconfigsMethod · 0.80