Skip to content

Commit 4111fd9

Browse files
authored
Add version pragmas (#8)
* Add pragma to wallet * Add pragma to subscription plugin
1 parent 3fd1d7a commit 4111fd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

func/simple-subscription-plugin.fc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma version =0.2.0;
12
;; Simple subscription plugin for wallet-v4
23
;; anyone can ask to send a subscription payment
34

func/wallet-v4-code.fc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma version =0.2.0;
12
;; Wallet smart contract with plugins
23

34
(slice, int) dict_get?(cell dict, int key_len, slice index) asm(index dict key_len) "DICTGET" "NULLSWAPIFNOT";

0 commit comments

Comments
 (0)