Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Sep 4, 2024
1 parent c243d0c commit 7640ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/base58.art
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ action: function [str, params][
; See:
; https://github.com/validatorjs/validator.js/blob/master/src/lib/isBase58.js
match? str
{/^[A-HJ-NP-Za-km-z1-9]*$/}
{/^[A-HJ-NP-Za-km-z1-9]+$/}
]

;------------------
Expand All @@ -33,7 +33,7 @@ action: function [str, params][
test: #[
valid: [
"AbCdEfGH"
"1234567890"
"123456789"
"16EiHXyy6VtL3z6VSjkmfuqpfAKDyekA93"
"5K6CcnN9FauX6oE3dHgqk6JjpXgDvGP7iySR8jEvfJELTgweikh"
]
Expand Down

0 comments on commit 7640ef4

Please sign in to comment.