我正在使用bitcoind regtest网络,并且已经在闪电网络上创建了两个节点。当我以狮身人面像模式发送付款时,我收到节点A和敌人节点B的付款“ payment_error”:“ FinalExpiryTooSoon” “ payment_error”:“无法找到目的地的路径”,
/ lndNodes / nodeA $ lncli --network = regtest --lnddir =。/ --rpcserver = localhost:10009 getchaninfo 221001837248512
{
"channel_id": "221001837248512",
"chan_point": "601fa6ff71eb5099a82b4366d961b10c8ec0ad19166ceeeab8cfab0de7ece554:0",
"last_update": 1553943661,
"node1_pub": "02216e3c1ac08a5df89178a23c9fbae4084dd6734825457b224a5690496bce6751",
"node2_pub": "025ec42a0105218bc4cf4e4754320f956ca3be30de2ba98693477e8049583ead5f",
"capacity": "20000",
"node1_policy": {
"time_lock_delta": 144,
"min_htlc": "1000",
"fee_base_msat": "1000",
"fee_rate_milli_msat": "1",
"disabled": false
},
"node2_policy": {
"time_lock_delta": 144,
"min_htlc": "1000",
"fee_base_msat": "1000",
"fee_rate_milli_msat": "1",
"disabled": false
}}
HP-ProBook-440-G4:〜/ lndNodes / nodeA $ lncli --network = regtest --lnddir =。/ --rpcserver = localhost:10009 sendpayment --dest = 02216e3c1ac08a5df89178a23c9fbae4084dd6734825457b224a5690496bce6751 --final_clt = 100 --sphinx
{
"payment_error": "FinalExpiryTooSoon",
"payment_preimage": "",
"payment_route": null
}
HP-ProBook-440-G4:〜/ lndNodes / nodeB $ lncli --network = regtest --lnddir =。/ --rpcserver = localhost:11009 sendpayment --dest = 025ec42a0105218bc4cf4e4754320f956ca3be30de2ba98693477e8049583ead5f --final_cltam_tdel = 100 --sphinx
{
"payment_error": "unable to find a path to destination",
"payment_preimage": "",
"payment_route": null
}