feat(legacy): Warn only once about non-standard paths.

[no changelog]
release/22.05
Andrew Kozlik 2 years ago committed by Martin Milata
parent df479adbe7
commit 2b401f48f8

@ -1389,12 +1389,14 @@ static bool signing_add_input(TxInputType *txinput) {
return false;
}
if (!foreign_address_confirmed) {
if (!fsm_layoutPathWarning()) {
signing_abort();
return false;
}
foreign_address_confirmed = true;
}
}
if (!fill_input_script_pubkey(coin, &root, txinput)) {
fsm_sendFailure(FailureType_Failure_ProcessError,

Loading…
Cancel
Save