mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Fix, allow rescan if other crypto nodes are not synched
This commit is contained in:
@@ -279,7 +279,7 @@ namespace BTCPayServer.Controllers
|
|||||||
return NotFound();
|
return NotFound();
|
||||||
|
|
||||||
var vm = new RescanWalletModel();
|
var vm = new RescanWalletModel();
|
||||||
vm.IsFullySync = _dashboard.IsFullySynched();
|
vm.IsFullySync = _dashboard.IsFullySynched(walletId.CryptoCode, out var unused);
|
||||||
// We need to ensure it is segwit,
|
// We need to ensure it is segwit,
|
||||||
// because hardware wallet support need the parent transactions to sign, which NBXplorer don't have. (Nor does a pruned node)
|
// because hardware wallet support need the parent transactions to sign, which NBXplorer don't have. (Nor does a pruned node)
|
||||||
vm.IsSegwit = paymentMethod.DerivationStrategyBase.IsSegwit();
|
vm.IsSegwit = paymentMethod.DerivationStrategyBase.IsSegwit();
|
||||||
|
|||||||
Reference in New Issue
Block a user