We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011c7cb commit 214a279Copy full SHA for 214a279
pages/wallets/index.vue
@@ -67,6 +67,18 @@ export default {
67
expand: true,
68
help: "https://docs.bitcart.ai/support-and-community/faq/stores-faq#how-do-i-display-a-checkout-hint-for-customers",
69
},
70
+ {
71
+ text: "Transaction speed",
72
+ value: "transaction_speed",
73
+ rules: ["int"],
74
+ hint: "Number of confirmations for invoice to be considered complete",
75
+ errors: {
76
+ "Transaction speed must be in range from 0 to 10":
77
+ "Transaction speed must be in range from 0 to 10",
78
+ },
79
+ help: "https://docs.bitcart.ai/guides/transaction-speed",
80
+ expand: true,
81
82
{
83
text: "Additional xpub data",
84
value: "additional_xpub_data",
0 commit comments