Skip to content

Commit 26b9e05

Browse files
committed
Merge branch 'pr/130'
2 parents bba1707 + adc9407 commit 26b9e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workflow/restore_from_mnemonic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ bool workflow_restore_from_mnemonic(const RestoreFromMnemonicRequest* request)
169169
workflow_status_create("Could not\nrestore backup", false);
170170
return false;
171171
}
172-
#if defined(U2F_APP)
172+
#if defined(APP_U2F)
173173
if (!workflow_confirm_time(request->timestamp, request->timezone_offset, false)) {
174174
return false;
175175
}

0 commit comments

Comments
 (0)