rust-payjoin icon indicating copy to clipboard operation
rust-payjoin copied to clipboard

payjoin-cli `resume` command fails when any session has expired

Open spacebear21 opened this issue 2 months ago • 0 comments

❯ cargo run -- resume
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
     Running `/Users/spacebear/Projects/rust-payjoin/target/debug/payjoin-cli resume`
Error: Failed to replay receiver event log: ReplayError(Expired(Time(Time(1761155560))))

It should gracefully ignore expired sessions, and proceed with any active ones.

spacebear21 avatar Oct 23 '25 20:10 spacebear21