mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 16:43:14 +00:00
add any missing key path information to psbts once signing wallet is chosen
This commit is contained in:
@@ -1625,6 +1625,7 @@ public class HeadersController extends TransactionFormController implements Init
|
||||
broadcastButtonBox.setVisible(true);
|
||||
} else {
|
||||
signButtonBox.setVisible(true);
|
||||
event.getPsbt().addKeyPathInformation(event.getSigningWallet());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user