Skip to content

Commit

Permalink
add nip 45 to supported_nips
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed May 27, 2024
1 parent d804f00 commit ad979a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class CustomWebSocketServer(private val port: Int, private val appDatabase: AppD
"name": "Citrine",
"description": "A Nostr relay in your phone",
"pubkey": "",
"supported_nips": [1,2,4,9,11,50],
"supported_nips": [1,2,4,9,11,45,50],
"software": "https://github.com/greenart7c3/Citrine",
"version": "${BuildConfig.VERSION_NAME}"
}
Expand Down

0 comments on commit ad979a2

Please sign in to comment.