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";