aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-schain-latest-cached
blob: 87d919466c37ca95f4cb0a62d4ed8d1b9b8dd2bc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

PROGRAM="$(basename $0)"
source $AK_LIBDIR/logit
if [ ! -f $AK_WORKDIR/schain.latest ]
then
    ak-find-latest-mined-sblock > $AK_WORKDIR/schain.latest
fi
cat $AK_WORKDIR/schain.latest