Skip to content

Commit

Permalink
Add version pragmas (ton-blockchain#8)
Browse files Browse the repository at this point in the history
* Add pragma to wallet

* Add pragma to subscription plugin
  • Loading branch information
EmelyanenkoK authored Nov 14, 2022
1 parent 3fd1d7a commit 4111fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions func/simple-subscription-plugin.fc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma version =0.2.0;
;; Simple subscription plugin for wallet-v4
;; anyone can ask to send a subscription payment

Expand Down
1 change: 1 addition & 0 deletions func/wallet-v4-code.fc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#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 4111fd9

Please sign in to comment.