From 610e82629543ff0b44f46a221227c2998087ef30 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 10 Apr 2025 04:57:32 +0300 Subject: Applying optimization --- bin/ak-mempool | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/ak-mempool') diff --git a/bin/ak-mempool b/bin/ak-mempool index a994340..3bd9ca5 100755 --- a/bin/ak-mempool +++ b/bin/ak-mempool @@ -29,8 +29,9 @@ PROGRAM=$(basename $0) descriptionString="Quick description" # At least these -source $AK_LIBDIR/_ak_log -source $AK_LIBDIR/_ak_script +source $AK_LIBDIR/_ak_lib_load +_ak_lib_load _ak_log +_ak_lib_load _ak_script # Assumptions: # I suppose each ak node is connected to some IP. # They also run IPFS. -- cgit v1.2.3