From a4e83a94b06110ac3a2b82c1061d0073e359eda8 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 2 Apr 2023 19:25:12 +0300 Subject: Eliminated json_pp usage --- bin/ak-zblock-manipulator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ak-zblock-manipulator') diff --git a/bin/ak-zblock-manipulator b/bin/ak-zblock-manipulator index 433ab11..6570484 100755 --- a/bin/ak-zblock-manipulator +++ b/bin/ak-zblock-manipulator @@ -115,7 +115,7 @@ then ipfs get "$BLOCK_TO_ADD" sed -i.bak -e 's/^.*previous.*$/\"previous\":\"'$PREVIOUS'\"/' $BLOCK_TO_ADD - cat $BLOCK_TO_ADD | json_pp + cat $BLOCK_TO_ADD | jq -M exit 2 else @@ -123,7 +123,7 @@ then exit 1 fi - # cat $PWD/zblock | json_pp + # cat $PWD/zblock | jq -M # Optional or extending with # python send_as_ak_tx $ZBLOCK # or for "offline" use -- cgit v1.2.3