Skip to content

Commit

Permalink
update solidity version in "Transient Storage"
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdwong committed Nov 12, 2024
1 parent cccede2 commit 9eb94a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/2024-11-12-transient-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ tags: eips transient storage
1. 使用 `tstore``tload` 汇编指令:

```solidity
pragma solidity ^0.8.24;
contract TransientStorageExample {
function example() public {
assembly {
Expand Down

0 comments on commit 9eb94a9

Please sign in to comment.