diff options
Diffstat (limited to 'bin/ak-zblock-manipulator')
-rwxr-xr-x | bin/ak-zblock-manipulator | 4 |
1 files changed, 2 insertions, 2 deletions
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 |