From e789c4e306a878dcd91b8c91844f844d2312e178 Mon Sep 17 00:00:00 2001 From: Shook Date: Wed, 19 Jun 2024 00:47:38 +0800 Subject: [PATCH] docs: remove deleted prop in the btc README --- packages/btc/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/btc/README.md b/packages/btc/README.md index f06877f8..788c0206 100644 --- a/packages/btc/README.md +++ b/packages/btc/README.md @@ -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 }); ```