diff --git a/README.md b/README.md index 762ecfd..a103813 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +#AR # Wallet V4 Wallet v4 is proposed version of wallet to replace v3 or older wallets. @@ -22,5 +23,4 @@ More info see in [TIPS-38](https://github.com/newton-blockchain/TIPs/issues/38). ### Subscription plugin Plugin implements logic of periodic predefined payments to fixed destination address. Payment is initiated by anyone-can-send external message, while plugin's logic ensures that funds will be sent not more often than desired. Fees are subtracted from transferred amount (payee pays for fees) - including 1 Toncoin which stays on plugin balance until plugin destruction. Upon subscription destruction, remnants of 1 Toncoins are transferred to -destination address. + including 1 Toncoin which stays on plugin balance until plugin destruction. Upon subscription destruction, remnants of 1 Toncoins are diff --git a/func/wallet-v4-code.fc b/func/wallet-v4-code.fc index 6fc2f40..4cd55a0 100644 --- a/func/wallet-v4-code.fc +++ b/func/wallet-v4-code.fc @@ -1,3 +1,5 @@ + +#AR #pragma version =0.2.0; ;; Wallet smart contract with plugins