reword NIP-XX to nipXX everywhere.

This commit is contained in:
fiatjaf
2025-01-29 19:13:30 -03:00
parent 943e8835f9
commit 6e43a6b733
8 changed files with 14 additions and 14 deletions

View File

@@ -153,7 +153,7 @@ var encode = &cli.Command{
},
{
Name: "naddr",
Usage: "generate codes for NIP-33 parameterized replaceable events",
Usage: "generate codes for addressable events",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "identifier",
@@ -189,7 +189,7 @@ var encode = &cli.Command{
kind := c.Int("kind")
if kind < 30000 || kind >= 40000 {
return fmt.Errorf("kind must be between 30000 and 39999, as per NIP-16, got %d", kind)
return fmt.Errorf("kind must be between 30000 and 39999, got %d", kind)
}
if d == "" {