Skip to content

Commit

Permalink
Propagate no_sync flag on a split
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Nov 9, 2023
1 parent f73833c commit f3df71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3118,7 +3118,7 @@ async fn process_account_split<T: Signers>(
last_update_epoch: epoch.saturating_sub(1),
last_update_balance: 0,
lots: vec![],
no_sync: None,
no_sync: from_account.no_sync,
})?;
db.record_transfer(
signature,
Expand Down

0 comments on commit f3df71b

Please sign in to comment.