Skip to content

Commit 46efd03

Browse files
authored
Merge pull request #237 from ckb-cell/docs/fix-btc-readme
docs(btc): remove deleted prop `onlyProvableUtxos` from the README
2 parents 10e4e17 + e789c4e commit 46efd03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/btc/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ const psbt = await sendRgbppUtxos({
221221
minUtxoSatoshi: config.btcUtxoDustLimit, // optional, default to 1000 on the testnet, 1,0000 on the mainnet
222222
rgbppMinUtxoSatoshi: config.rgbppUtxoDustLimit, // optional, default to 546 on both testnet/mainnet
223223
onlyConfirmedUtxos: false, // optional, default to false, only confirmed utxos are allowed in the transaction
224-
onlyProvableUtxos: true, // optional, default to true, only utxos that satisfy (utxo.address == from) are allowed
225224
feeRate: 1, // optional, default to 1 on the testnet, and it is a floating number on the mainnet
226225
});
227226
```

0 commit comments

Comments
 (0)