Skip to content

Commit

Permalink
Revert "Add version pragmas (ton-blockchain#8)"
Browse files Browse the repository at this point in the history
This reverts commit 4111fd9.
  • Loading branch information
Freshte-h-10 authored Oct 24, 2024
1 parent 4111fd9 commit 2d2aae7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion func/simple-subscription-plugin.fc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#pragma version =0.2.0;
;; Simple subscription plugin for wallet-v4
;; anyone can ask to send a subscription payment

Expand Down
1 change: 0 additions & 1 deletion func/wallet-v4-code.fc
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 2d2aae7

Please sign in to comment.