Payment proofs (#52)

- Ability to export and verify payment proofs

Some fixes:
- Migrated tx heights store from lmdb (also changed heights key from local id to slate_id to avoid conflict between wallets)
- Close address panel on wallet change

Reviewed-on: https://code.gri.mw/GUI/grim/pulls/52
This commit is contained in:
ardocrat
2026-03-03 19:54:46 +00:00
parent 2a41689231
commit beb1a80c6a
23 changed files with 830 additions and 256 deletions
-1
View File
@@ -398,7 +398,6 @@ impl NodeConfig {
.unwrap()
.wallet_listener_url = id.to_string();
w_config.save();
println!()
}
/// Get the amount of time in seconds to attempt to mine on a particular header.