Nostr
2 unresolved threads
2 unresolved threads
Compare changes
- poka authored
+ 104
− 20
@@ -4,6 +4,7 @@ use crate::commands::cesium::compute_g1v1_public_key;
@@ -45,6 +46,30 @@ pub enum Subcommand {
@@ -250,9 +275,49 @@ pub async fn handle_command(data: Data, command: Subcommand) -> Result<(), GcliE
@@ -260,17 +325,28 @@ pub async fn handle_command(data: Data, command: Subcommand) -> Result<(), GcliE
@@ -489,6 +565,7 @@ pub async fn handle_command(data: Data, command: Subcommand) -> Result<(), GcliE
@@ -757,6 +834,7 @@ pub async fn create_base_account_for_vault_data_to_import<C>(
@@ -780,14 +858,16 @@ where
@@ -797,7 +877,7 @@ where
@@ -815,8 +895,12 @@ where