Home
last modified time | relevance | path

Searched refs:exp_offers (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dlightningd.h68 bool exp_offers; member
H A Doptions.c706 .exp_offers = IFEXPERIMENTAL(true, false),
766 .exp_offers = IFEXPERIMENTAL(true, false),
913 ld->config.exp_offers = true; in opt_set_offers()
1422 json_add_bool(response, name0, ld->config.exp_offers); in add_config()
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dfetchinvoice.c1928 bool exp_offers; in init() local
1937 JSON_SCAN(json_to_bool, &exp_offers)); in init()
1939 if (!exp_offers) in init()
H A Dpay.c22 static bool exp_offers; variable
1943 JSON_SCAN(json_to_bool, &exp_offers)); in init()
2377 if (!exp_offers) in json_paymod()