ckb-cell / ckb-bitcoin-spv-service

Synchronize headers to Bitcoin SPV clients running on the CKB chain.
MIT License
1 stars 3 forks source link

Users should NOT have to input the transaction index. #19

Open yangby-cryptape opened 3 months ago

yangby-cryptape commented 3 months ago

Description

Flouse commented 3 months ago

Bitcoin JSON-RPC method gettransaction

docs: Get detailed information about in-wallet transaction

The gettransaction rpc method only works for transactions that are in the wallet. However the wallet related feature (Wallet RPCs) is disabled typically in a public BTC node/proxy.

yangby-cryptape commented 3 months ago

The gettransaction rpc method only works for transactions that are in the wallet.

Ok, I see.

Just keep this issue, we could improve it in the future, with some other ways.