Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Dec 17, 2024
1 parent f839ed6 commit 578c554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/subcoin-utxo-snapshot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ impl SnapshotMetadata {
}

/// Responsible for dumping the UTXO set snapshot compatible with Bitcoin Core.
///
/// The format of generated snapshot is compatible with Bitcoin Core 28.0.
pub struct UtxoSnapshotGenerator {
output_filepath: PathBuf,
output_file: File,
Expand Down

0 comments on commit 578c554

Please sign in to comment.