From 6e2b60369c47ad5a7dc189ea7680beab5944a468 Mon Sep 17 00:00:00 2001 From: Ali3219 <72197134+Ali3219@users.noreply.github.com> Date: Thu, 7 Nov 2024 03:04:48 +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";