Skip to content

Commit 60205bd

Browse files
committed
Add transaction speed to wallet
1 parent bbdee06 commit 60205bd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pages/wallets/index.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ export default {
6767
expand: true,
6868
help: "https://docs.bitcart.ai/support-and-community/faq/stores-faq#how-do-i-display-a-checkout-hint-for-customers",
6969
},
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+
},
7082
{
7183
text: "Additional xpub data",
7284
value: "additional_xpub_data",

0 commit comments

Comments
 (0)