disintar / toncli

TON Command Line Interface - easy smart contract manipulation
https://disintar.io/
Apache License 2.0
158 stars 35 forks source link

parse_raw_reserve fix #86

Closed Trinketer22 closed 1 year ago

Trinketer22 commented 1 year ago

Reserve action was parsed incorrectly. try:

int __test_reserve() {
    raw_reserve(12345,4);
    tuple actions = parse_c5();
    actions~dump();
    return 0;
}

Somehow CurrencyCollection was treated as ExtraCurrencyCollection

tvorogme commented 1 year ago

halloween story :)