Skip to content

Commit

Permalink
Adding ... to correct match the contract-state cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Oct 8, 2024
1 parent eb2acdc commit b469202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uniswap-summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -3520,7 +3520,7 @@ module SOLIDITY-UNISWAP-APPROVE-SUMMARY
<this-type> TYPE </this-type>
<contract-id> TYPE </contract-id>
<current-function> approve </current-function>
<contract-state> (allowance |-> mapping ( address daiownr => mapping ( address daispdr => uint256 ) )) </contract-state>
<contract-state>... allowance |-> mapping ( address daiownr => mapping ( address daispdr => uint256 ) ) ...</contract-state>
<store> S => S ListItem(V1) // usr
ListItem(V2) // wad
</store>
Expand Down

0 comments on commit b469202

Please sign in to comment.