Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
Some Bitcoin Keeper fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirosson committed Nov 25, 2024
1 parent 126c5d3 commit 4a31f82
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions items/bitcoin-keeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,28 @@
"supported": false
},
"key-replacement-support": {
"value": "NO",
"flag": "negative",
"supported": false
"value": "YES",
"flag": "positive",
"supported": true,
"links": {
"title": "Changing a Signer vs. Changing a Key in a Multi-key Wallet in Keeper",
"url": "https://help.bitcoinkeeper.app/hc/en-us/articles/23252255445405-Changing-a-Signer-vs-Changing-a-Key-in-a-Multi-key-Wallet-in-Keeper"
}
},
"beneficiary-key-lost-protection": {
"value": "NO",
"flag": "negative",
"supported": false
},
"health-checks": {
"value": "NO",
"flag": "negative",
"supported": false
"value": "YES",
"flag": "positive",
"supported": true
},
"health-checks-reminders": {
"value": "NO",
"flag": "negative",
"supported": false
"value": "YES",
"flag": "positive",
"supported": true
}
},
"passing-down-alternatives": {
Expand Down Expand Up @@ -189,8 +193,8 @@
"supported": false
},
"onchain-timelock": {
"value": "NO",
"supported": false
"value": "SOON",
"supported": true
},
"timelock-refresh-method": {
"value": "No Need",
Expand Down

0 comments on commit 4a31f82

Please sign in to comment.