From 7a33ba00feb3fb4bc145db8be5e0e9f23cbcf58a Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 23 Jul 2024 17:45:10 +0300 Subject: some coin based functions to come --- bin/ak-get-balances | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'bin/ak-get-balances') diff --git a/bin/ak-get-balances b/bin/ak-get-balances index 0386a04..5fe56ea 100755 --- a/bin/ak-get-balances +++ b/bin/ak-get-balances @@ -17,18 +17,10 @@ source $AK_LIBDIR/_ak_gpg source $AK_LIBDIR/_ak_zchain source $AK_LIBDIR/_ak_schain source $AK_LIBDIR/_ak_sblock +source $AK_LIBDIR/_ak_coin #set -xe AK_DB="$AK_WORKDIR/db" -# coin max is 10,000.0000000 -# but we count in integer to avoid floating point arithmetic :P -# -# Note that this is subject to change when implemented in C -# -COINBASE=100000000000 - -GENESIS="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" - AK_BALANCESDIR="$AK_WORKDIR/balances" if [ ! -d $AK_BALANCESDIR ] then -- cgit v1.2.3