diff options
Diffstat (limited to 'lib/_ak_zchain')
-rwxr-xr-x | lib/_ak_zchain | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain index bec43bb..0d1ba57 100755 --- a/lib/_ak_zchain +++ b/lib/_ak_zchain @@ -17,11 +17,12 @@ ### You should have received a copy of the GNU General Public License ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### -source $AK_LIBDIR/_ak_utils -source $AK_LIBDIR/_ak_log -source $AK_LIBDIR/_ak_ipfs -source $AK_LIBDIR/_ak_zblock -source $AK_LIBDIR/_ak_script +source $AK_LIBDIR/_ak_lib_load +_ak_lib_load _ak_script +_ak_lib_load _ak_datetime +_ak_lib_load _ak_log +_ak_lib_load _ak_ipfs +_ak_lib_load _ak_zblock function _ak_zchain_reset(){ _ak_log_info "Reseting AK_ZLATEST to AK_ZGENESIS" |