Make sure fingerprint/hdpath are passed down to AddDerivationScheme.

Close ledger popup on account selection.

Add additional info after pairing
This commit is contained in:
nicolas.dorier
2019-05-25 12:53:03 +09:00
parent 5571413a78
commit 429170520e
5 changed files with 54 additions and 40 deletions

View File

@@ -341,6 +341,7 @@ namespace BTCPayServer.Controllers
}
}
vm.Confirmation = true;
ModelState.Remove(nameof(vm.Config)); // Remove the cached value
return View(vm);
}
}