add any missing key path information to psbts once signing wallet is chosen

This commit is contained in:
Craig Raw
2026-01-03 14:21:44 +02:00
parent 430f2ee320
commit 34900d2909
2 changed files with 2 additions and 1 deletions
@@ -1625,6 +1625,7 @@ public class HeadersController extends TransactionFormController implements Init
broadcastButtonBox.setVisible(true);
} else {
signButtonBox.setVisible(true);
event.getPsbt().addKeyPathInformation(event.getSigningWallet());
}
}
}