Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/btc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const psbt = await sendRgbppUtxos({
minUtxoSatoshi: config.btcUtxoDustLimit, // optional, default to 1000 on the testnet, 1,0000 on the mainnet
rgbppMinUtxoSatoshi: config.rgbppUtxoDustLimit, // optional, default to 546 on both testnet/mainnet
onlyConfirmedUtxos: false, // optional, default to false, only confirmed utxos are allowed in the transaction
onlyProvableUtxos: true, // optional, default to true, only utxos that satisfy (utxo.address == from) are allowed
feeRate: 1, // optional, default to 1 on the testnet, and it is a floating number on the mainnet
});
```
Expand Down