diff --git a/_posts/2024-11-12-transient-storage.md b/_posts/2024-11-12-transient-storage.md index 05fb7dd..3b7eaef 100644 --- a/_posts/2024-11-12-transient-storage.md +++ b/_posts/2024-11-12-transient-storage.md @@ -45,6 +45,7 @@ tags: eips transient storage 1. 使用 `tstore` 和 `tload` 汇编指令: ```solidity +pragma solidity ^0.8.24; contract TransientStorageExample { function example() public { assembly {