Skip to content

Commit

Permalink
Update bitcoin.sh
Browse files Browse the repository at this point in the history
Using a silly number for version error:
V -> 5 (since V is 5 in roman numerals)
E -> 3
R -> 8 (closest there is)
S -> 5
I -> 1
O -> 0
N -> skip this one
  • Loading branch information
grondilu committed Jul 27, 2013
1 parent 45270b1 commit bef6194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if ((BASH_VERSINFO[0] < 4))
then
echo "This script requires bash version 4 or above." >&2
return 10
return 538510
fi

declare -a base58=(
Expand Down

0 comments on commit bef6194

Please sign in to comment.