Skip to content

Commit

Permalink
fix: add tx commit to chain swap update (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross authored Dec 3, 2024
1 parent c6414d3 commit 62efe77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/src/persist/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ impl Persister {
},
)?;

tx.commit()?;

Ok(())
}
}
Expand Down

0 comments on commit 62efe77

Please sign in to comment.