4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
hex=$(base58 -d 25 -c 19DXstMaV43WpYg4ceREiiTv2UntmoiA9a | xxd -p)
|
|
test x$hex = x
|