mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Fix bug: If electrum zpub is entered, the wrong value is saved into database
This commit is contained in:
parent
99040597dc
commit
9d7f5b5b6e
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ namespace BTCPayServer.Controllers
|
|||
var strategy = ParseDerivationStrategy(model.DerivationScheme, model.DerivationSchemeFormat);
|
||||
await _Wallet.TrackAsync(strategy);
|
||||
await _CallbackController.RegisterCallbackUriAsync(strategy);
|
||||
model.DerivationScheme = strategy.ToString();
|
||||
}
|
||||
store.DerivationStrategy = model.DerivationScheme;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue