pub(crate) async fn test_lnurl_recovery(dev_fed: &DevJitFed) -> Result<()>Expand description
Tests LNURL receives after recovery from seed.
LNv2 uses NoModuleBackup, so recovery restores funds via the mint module
but not the operation log or LNv2 state. Verifies:
- Balance is fully recovered.
- Payments to a pre-recovery LNURL are still claimed by the restored client.