Yestorday I create a invoice with AMP = true in Zeus for receive a payment and after received it on the wallet show the settled date was Jan 01 1970 01:00:00, for that reason I went lncli and lookupinvoice hash with the fallowing output
my setup is
LND 0.16.4-beta running in Umbrel
Wallet where I receive found created with Lightning Terminal version 0.10.5-alpha wallet type custodial
Invoice created in Zeus v0.7.7
lnd.conf
[Application Options]
listen=0.0.0.0:9735
rpclisten=0.0.0.0:10009
restlisten=0.0.0.0:8080
maxpendingchannels=3
#minchansize=10000
minchansize=1000000
accept-keysend=true
tlsextraip=10.21.21.9
tlsextradomain=umbrel.local
tlsautorefresh=1
tlsdisableautofill=1
feeurl=
allow-circular-route=1
#alias=YourFunnyAliasNode
#color=#0f3456
# Mark unpayable, unpaid invoices as deleted
gc-canceled-invoices-on-startup=1
gc-canceled-invoices-on-the-fly=1
# Avoid historical graph data sync
ignore-historical-gossip-filters=1
# Avoid slow startup time
sync-freelist=1
# Avoid high startup overhead
stagger-initial-reconnect=1
# Avoid auto force close channels 2022-04-22
payments-expiration-grace-period=30m
My understanding of this issue is that there may be some flows that we need to update with regard to custodial accounts + AMP, will track this issue based on that understanding. Thanks for filing an issue!
Yestorday I create a invoice with AMP = true in Zeus for receive a payment and after received it on the wallet show the settled date was Jan 01 1970 01:00:00, for that reason I went lncli and lookupinvoice hash with the fallowing output
and around 1 hour latter the invoice was disappear / delete from the wallet and from the node,
my setup is LND 0.16.4-beta running in Umbrel Wallet where I receive found created with Lightning Terminal version 0.10.5-alpha wallet type custodial Invoice created in Zeus v0.7.7
lnd.conf
https://github.com/lightningnetwork/lnd/discussions/7884#discussioncomment-6700613