You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`src` and `dst` got mixed up with the lamports. And I added a check that
the `src` account has no lamports after. Interestingly since the
property for overflow is `u64::MAX < src_init_lamports +
dst_init_lamports` which and the only other operation is addition, the
switch actually hasn't affected anything due to comutativity.
0 commit comments