mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
drk: use merkle tree checkpoints instead of sled-overlay diffs to manage them
This commit is contained in:
@@ -2019,7 +2019,7 @@ async fn realmain(args: Args, ex: ExecutorPtr) -> Result<()> {
|
||||
|
||||
if let Some(height) = reset {
|
||||
let mut buf = vec![];
|
||||
if let Err(e) = drk.reset_to_height(height, &mut buf) {
|
||||
if let Err(e) = drk.reset_to_height(height, &mut buf).await {
|
||||
print_output(&buf);
|
||||
eprintln!("Failed during wallet reset: {e}");
|
||||
exit(2);
|
||||
|
||||
Reference in New Issue
Block a user