Skip to content

Commit c9fbb04

Browse files
fix: reword transaction fees warning
Co-authored-by: Robin Le Caignec <[email protected]>
1 parent 6023710 commit c9fbb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/cli-helpers/warnBeforeTxFees.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function warnBeforeTxFees({
1212
await askForAcknowledgment({
1313
spinner,
1414
message:
15-
'This method requires sending blockchain transactions, transaction fees may be applied. Would you like to continue?',
15+
'This method requires sending blockchain transactions, transaction fees will be applied. Would you like to continue?',
1616
});
1717
}
1818
}

0 commit comments

Comments
 (0)