diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-24 16:53:42 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-24 16:53:42 +0300 |
commit | 04ceeb9dd636cfea1373fc31574229c5664344bb (patch) | |
tree | 8231c8eeebae30e959f19fdd9d377f25f5149293 /lib | |
parent | a283069920e8360e33887112b63716a1bccb5b86 (diff) | |
download | arching-kaos-tools-04ceeb9dd636cfea1373fc31574229c5664344bb.tar.gz arching-kaos-tools-04ceeb9dd636cfea1373fc31574229c5664344bb.tar.bz2 arching-kaos-tools-04ceeb9dd636cfea1373fc31574229c5664344bb.zip |
Avoid calling _ak_zblock functions directly
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/_ak_zchain | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain index a5203a7..4c11525 100755 --- a/lib/_ak_zchain +++ b/lib/_ak_zchain @@ -1,7 +1,6 @@ #!/bin/bash source $AK_LIBDIR/_ak_log source $AK_LIBDIR/_ak_ipfs -source $AK_LIBDIR/_ak_zblock _ak_zchain_reset(){ echo "Reseting ZLATEST to ZGENESIS" @@ -216,7 +215,7 @@ variable echo -n '[' fi counter=$(($counter + 1)) - _ak_zblock_show "$zblock" + ak-zblock --show "$zblock" if [ $limit -ne 0 ] && [ $limit -eq $counter ] then echo -n ']' |