mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
* Wallet prep work for BPU This PR prepares the wallet for #1321. It makes transfers from the vault and ledger to go to their own post actions for processing (not particularly useful in this PR but is needed in BPU to propose a new tx) It also makes the Sign with seed consistent with redirect to /psbt/ready after signing which it did not do (it stayed on the seed route) * fix test * add assert |
||
---|---|---|
.. | ||
_Nav.cshtml | ||
_ViewImports.cshtml | ||
_ViewStart.cshtml | ||
ListWallets.cshtml | ||
SignWithSeed.cshtml | ||
WalletPSBT.cshtml | ||
WalletPSBTCombine.cshtml | ||
WalletPSBTReady.cshtml | ||
WalletReceive.cshtml | ||
WalletRescan.cshtml | ||
WalletSend.cshtml | ||
WalletSendLedger.cshtml | ||
WalletSendVault.cshtml | ||
WalletSettings.cshtml | ||
WalletsNavPages.cs | ||
WalletTransactions.cshtml |