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
interfaces: Implement snapshot loading functionality in node interface
- Added a new virtual method `loadSnapshot` to the node interface for loading UTXO snapshots.
- Introduced a handler for tracking snapshot load progress with `handleSnapshotLoadProgress`.
- Updated the implementation in `interfaces.cpp` to activate the snapshot using the provided file and metadata.
This enhancement exposes UTXO snapshots loading functionaility to the GUI.
0 commit comments