ton-blockchain / wallet-contract-v5

w5
MIT License
69 stars 16 forks source link

Remove redundant check for c5 slice being empty #3

Open behrang opened 2 months ago

behrang commented 2 months ago

Hey,

The check for the slice refs being zero is redundant and can be safely removed, since in the previous loop the slice is checked to be not empty.

Also, a small typo in comments is fixed (replay-protection).

And I think OutList should be a ref in TLB file.