wallet: adapt to single-wallet nip60 mode and implement nutzapping.

This commit is contained in:
fiatjaf
2025-02-04 22:38:32 -03:00
parent ff8701a3b0
commit 1e353680bc
4 changed files with 290 additions and 71 deletions

2
key.go
View File

@@ -17,7 +17,7 @@ import (
var key = &cli.Command{
Name: "key",
Usage: "operations on secret keys: generate, derive, encrypt, decrypt.",
Usage: "operations on secret keys: generate, derive, encrypt, decrypt",
Description: ``,
DisableSliceFlagSeparator: true,
Commands: []*cli.Command{