1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

nem: SignTx instead of ConfirmOutput in mosaic creation

This commit is contained in:
Tomas Susanka 2018-03-30 10:31:48 +02:00 committed by Pavol Rusnak
parent 3a3bea1401
commit 519c117e30

View File

@ -436,7 +436,7 @@ bool nem_askMosaicCreation(const NEMTransactionCommon *common, const NEMMosaicCr
}
layoutNEMNetworkFee(desc, true, _("Confirm creation fee"), mosaic_creation->fee, _("and network fee of"), common->fee);
if (!protectButton(ButtonRequestType_ButtonRequest_ConfirmOutput, false)) {
if (!protectButton(ButtonRequestType_ButtonRequest_SignTx, false)) {
return false;
}