ton-blockchain / wallet-contract-v5

w5
MIT License
69 stars 16 forks source link

[Fix] Reduce code jumps #15

Open e6654321 opened 2 months ago

e6654321 commented 2 months ago

This PR optimizes the code by reducing the number of jump commands through minimizing the levels of nested if statements.

File Changes