mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-06 10:32:13 +01:00
Adding description to speedPolicy parameter. (#3877)
This commit is contained in:
parent
c531b26821
commit
ea2a200302
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@
|
|||
},
|
||||
"SpeedPolicy": {
|
||||
"type": "string",
|
||||
"description": "",
|
||||
"description": "`\"HighSpeed\"`: 0 confirmations (1 confirmation if RBF enabled in transaction) \n`\"MediumSpeed\"`: 1 confirmation \n`\"LowMediumSpeed\"`: 2 confirmations \n`\"LowSpeed\"`: 6 confirmations\n",
|
||||
"x-enumNames": [
|
||||
"HighSpeed",
|
||||
"MediumSpeed",
|
||||
|
|
Loading…
Add table
Reference in a new issue