From e2f8e193370f7c9b7d4c7658713cc0b130e10c46 Mon Sep 17 00:00:00 2001 From: Skydev0h Date: Tue, 26 Dec 2023 03:46:44 +0200 Subject: [PATCH] albi back --- contracts/task3.fc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/contracts/task3.fc b/contracts/task3.fc index 4d05d17..e74f2db 100644 --- a/contracts/task3.fc +++ b/contracts/task3.fc @@ -14,16 +14,9 @@ ;; You may delete and rewrite as needed, ;; but the final implementation must adhere to the same structure -{- cell get_storage() inline { - slice cs = get_data().begin_parse(); - - ;; Logic to extract the storage on which the version-specific process_message and get-methods operate - cell storage = cs~load_ref(); - - return storage; + return get_data().begin_parse().preload_ref(); } --} cell wrap_storage(int version_id, cell storage) inline { ;; add additional data required for versioning in this cell