(am I abusing nostr? is this part of nostr? - I'd bet on no 2)
@tonyaldon - your lnroom.live exercises are totally amazing. Bravo!! It is niche-y, I get it ... but long-term... invaluable! - in the RUST lnroom #19 I get the following error: "lightning@mlbb4:~/myplugin$ cargo build
Compiling myplugin v0.1.0 (/home/lightning/myplugin)
error[E0432]: unresolved import `cln_rpc::model::GetinfoRequest`
--> src/main.rs:1:15
|
1 | use cln_rpc::{model::GetinfoRequest, ClnRpc, Request, Response};
| ^^^^^^^^^^^^^^^^^^^^^ no `GetinfoRequest` in `model`
|
= help: consider importing this struct instead:
cln_rpc::model::requests::GetinfoRequest
For more information about this error, try `rustc --explain E0432`.
error: could not compile `myplugin` (bin "myplugin") due to previous error"