ton-blockchain / wallet-contract-v5

w5
MIT License
69 stars 16 forks source link

[Fix] Unsafe Whle Loop #10

Open e6654321 opened 2 months ago

e6654321 commented 2 months ago

This PR addresses the unsafe loop that can lead to a potential infinite loop. It is highly recommended to include a condition within the loop to prevent this from happening.

File Changes