rot13maxi/key-convertr

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidKeyDecode

Opened this issue · 0 comments

Upon running key-convertr --kind npub npub1ftf4r5vs2atpp62jsskyfqvzzagusxcvxw2wqsddeg42d3zlfczsm46e26, I get the following error:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidKeyDecode("npub1ftf4r5vs2atpp62jsskyfqvzzagusxcvxw2wqsddeg42d3zlfczsm46e26")', src/main.rs:99:51
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This happens both when I locally install the app with cargo, as when I try to run the app with Docker.