Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Dec 17, 2024
1 parent f46e075 commit 28fb83c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BTCPayApp.Core/Wallet/OnChainWalletManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ public async Task Restore()
throw new InvalidOperationException("Cannot restore wallet in current state");
}

// step1: Track our derivations
//for groups, we need to generate a new one and replace the local one with its identifier
//for derivations, we need to call track with the latest index
//for groups, we need to fetch all tracked scripts and add them to the group tracked source
// step2: import the UTXOS
// step3: sync the backup data



/*
await _controlSemaphore.WaitAsync();
try
Expand Down

0 comments on commit 28fb83c

Please sign in to comment.