mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add legacy_tester for existing funC contracts (#588)
* Add legacy_tester for existing funC contracts * Add storage-contracts and pragma options
This commit is contained in:
parent
13b9f460af
commit
6b49d6a382
70 changed files with 14495 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
(int, int) get_stake_parameters() {
|
||||
return (1000, 100);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue