Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

system-program: Remove zero lamport check on transfers #17726

Merged
merged 9 commits into from
Jun 5, 2021
Prev Previous commit
Next Next commit
Update split instruction index in test
  • Loading branch information
joncinque committed Jun 4, 2021
commit 33aec0809a6bc5efbc73598a50b4ec8836699e5a
2 changes: 1 addition & 1 deletion tokens/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ mod tests {
)); // Same recipient, same lockups
}

const SET_LOCKUP_INDEX: usize = 4;
const SET_LOCKUP_INDEX: usize = 5;

#[test]
fn test_set_split_stake_lockup() {
Expand Down