From 2d2aae7e9787de0a12b0f599fcab3b44dfc12709 Mon Sep 17 00:00:00 2001 From: FreshteH Date: Thu, 24 Oct 2024 15:38:49 +0330 Subject: [PATCH] Revert "Add version pragmas (#8)" This reverts commit 4111fd9e3313ec17d99ca9b5b1656445b5b49d8f. --- func/simple-subscription-plugin.fc | 1 - func/wallet-v4-code.fc | 1 - 2 files changed, 2 deletions(-) diff --git a/func/simple-subscription-plugin.fc b/func/simple-subscription-plugin.fc index 018328d..15ca4b8 100644 --- a/func/simple-subscription-plugin.fc +++ b/func/simple-subscription-plugin.fc @@ -1,4 +1,3 @@ -#pragma version =0.2.0; ;; Simple subscription plugin for wallet-v4 ;; anyone can ask to send a subscription payment diff --git a/func/wallet-v4-code.fc b/func/wallet-v4-code.fc index 6fc2f40..a3561ec 100644 --- a/func/wallet-v4-code.fc +++ b/func/wallet-v4-code.fc @@ -1,4 +1,3 @@ -#pragma version =0.2.0; ;; Wallet smart contract with plugins (slice, int) dict_get?(cell dict, int key_len, slice index) asm(index dict key_len) "DICTGET" "NULLSWAPIFNOT";