4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/sh
|
|
hex=$(base58 -d 25 111111 | xxd -p)
|
|
test x$hex = x000000000000
|
#!/bin/sh
|
|
hex=$(base58 -d 25 111111 | xxd -p)
|
|
test x$hex = x000000000000
|