mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 04:54:23 +01:00
Made confTarget optional, so we just default bumpfee when not supplied
This commit is contained in:
@@ -626,6 +626,8 @@ Calls bumpfee RPC on the spending wallet with supplied info.
|
||||
POST http://cyphernode:8888/bumpfee
|
||||
with body...
|
||||
{"txid":"af867c86000da76df7ddb1054b273ca9e034e8c89d049b5b2795f9f590f67648","confTarget":4}
|
||||
or...
|
||||
{"txid":"af867c86000da76df7ddb1054b273ca9e034e8c89d049b5b2795f9f590f67648"}
|
||||
```
|
||||
|
||||
Proxy response:
|
||||
|
||||
@@ -799,7 +799,6 @@ paths:
|
||||
type: "object"
|
||||
required:
|
||||
- "txid"
|
||||
- "confTarget"
|
||||
properties:
|
||||
txid:
|
||||
$ref: '#/components/schemas/TypeHashString'
|
||||
|
||||
Reference in New Issue
Block a user