From 8bdcf4792affc672dc7faf7884d7cb51e866fbc5 Mon Sep 17 00:00:00 2001 From: Skydev0h Date: Thu, 12 Oct 2023 14:17:23 +0300 Subject: [PATCH] fift stuff --- fift/print.fif | 8 +++++++- scripts/print.sh | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/fift/print.fif b/fift/print.fif index 3001360..7ac8467 100644 --- a/fift/print.fif +++ b/fift/print.fif @@ -2,4 +2,10 @@ "Asm.fif" include "../build/wallet_v5_code.fif" include -B B>x .dump cr cr + diff --git a/scripts/print.sh b/scripts/print.sh index 0be5b77..9e7054d 100755 --- a/scripts/print.sh +++ b/scripts/print.sh @@ -3,6 +3,6 @@ cd "$(dirname "$0")" || exit cd ../fift || exit -func -SPA ../contracts/wallet_v5.fc > ../build/wallet_v5_code.fif +func -P ../contracts/wallet_v5.fc > ../build/wallet_v5_code.fif fift print.fif