Skip to content

Commit 9a4b1db

Browse files
ReadMe Todo update
1 parent 3faf761 commit 9a4b1db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ RPC Port: 27486
7474
- [x] getblockchaininfo
7575
- [x] getblockcount
7676
- [x] getblockhash index
77-
- [ ] getblockhashes timestamp
77+
- [ ] getblockhashes timestamp -- Todo
7878
- [x] getblockheader "hash" ( verbose )
7979
- [x] getchaintips
8080
- [x] getdifficulty
8181
- [x] getmempoolinfo
8282
- [x] getrawmempool ( verbose )
83-
- [ ] getspentinfo
83+
- [ ] getspentinfo -- Todo
8484
- [ ] gettxout "txid" n ( includemempool )
8585
- [ ] gettxoutproof ["txid",...] ( blockhash )
8686
- [ ] gettxoutsetinfo

TODO.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ komodod -txindex=-1 -ac_name=TEST
1313
```
1414

1515
```
16+
17+
# Need -timestampindex=1 active in komodod
1618
komodo-cli getblockhashes 1547424000 1547526260
19+
20+
# Need -spentindex=-1 active in komodod
21+
komodo-cli getspentinfo '{"txid": "16298ea1de39a2818210fb54435c47859ae8746ff9df6c557ea88fc612750e4f", "index": 0}'
1722
```
1823

0 commit comments

Comments
 (0)