Be more informative when the signature has an invalid type
This commit is contained in:
@@ -11,6 +11,6 @@ module Nostr
|
||||
# @example
|
||||
# InvalidSignatureTypeError.new
|
||||
#
|
||||
def initialize = super('Invalid signature type')
|
||||
def initialize = super('Invalid signature type. It must be a string with lowercase hexadecimal characters.')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user