Skip to content

Commit bbdee06

Browse files
committed
Allow max confirmation watch up to 10
1 parent cea02f4 commit bbdee06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/stores/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ export default {
231231
rules: ["int"],
232232
hint: "Number of confirmations for invoice to be considered complete",
233233
errors: {
234-
"Transaction speed must be in range from 0 to 6":
235-
"Transaction speed must be in range from 0 to 6",
234+
"Transaction speed must be in range from 0 to 10":
235+
"Transaction speed must be in range from 0 to 10",
236236
},
237237
help: "https://docs.bitcart.ai/guides/transaction-speed",
238238
},

0 commit comments

Comments
 (0)