From 519c117e30edf663c32c247ea2c75c5f181bcb75 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 30 Mar 2018 10:31:48 +0200 Subject: [PATCH] nem: SignTx instead of ConfirmOutput in mosaic creation --- firmware/nem2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/nem2.c b/firmware/nem2.c index ebe90731f9..d26f9cc2c8 100644 --- a/firmware/nem2.c +++ b/firmware/nem2.c @@ -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; }