4 lines
139 B
Bash
Executable File
4 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
hex=$(base58 -d 50 19DXstMaV43WpYg4ceREiiTv2UntmoiA9j | xxd -p)
|
|
test x$hex = x005a1fc5dd9e6f03819fca94a2d89669469667f9a074655946
|