We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e9d9f commit 8b3fd2cCopy full SHA for 8b3fd2c
target_chains/ton/contracts/contracts/Pyth.fc
@@ -478,6 +478,9 @@ int apply_decimal_expo(int value, int expo) {
478
;; Reset the upgrade code hash
479
upgrade_code_hash = 0;
480
481
+ ;; Store the data to persist the reset above
482
+ store_data();
483
+
484
;; Throw an exception to end the current execution
485
;; The contract will be restarted with the new code
486
throw(0);
0 commit comments