ton-blockchain / wallet-contract-v5

w5
MIT License
69 stars 16 forks source link

[Fix] Removed redundant condition #13

Open e6654321 opened 2 months ago

e6654321 commented 2 months ago

This PR fixes the redundant conditional to reduce storage fees and remove unnecessary checks.

File Changes

ProgramCrafter commented 2 months ago

This version is not obviously valid as it may remove 0x03 byte from cs.

Though cs starts with address which cannot start with 0x03, but that would need to be explained in code.