aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_coin
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_coin')
-rwxr-xr-xlib/_ak_coin2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_ak_coin b/lib/_ak_coin
index dd895a0..4c58e2d 100755
--- a/lib/_ak_coin
+++ b/lib/_ak_coin
@@ -26,7 +26,7 @@ COINBASE=100000000000
GENESIS="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
-_ak_coin_stats(){
+function _ak_coin_stats(){
echo "Coinbase: $COINBASE"
echo "Genesis: $GENESIS"
}