Skip to content

Commit

Permalink
Remove settxfee RPC since it doesn't need to involve assets
Browse files Browse the repository at this point in the history
  • Loading branch information
JBetz committed Apr 22, 2024
1 parent 574ce6b commit 71c9c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ The former category includes:
| `wallet` | `walletcreatefundedpsbt` | Reinterpret or rename `fee_rate` and `feeRate` to be in fee asset and in fee value unit respectively. Add `fee_asset` field to specify the fee asset. In the result, make `fee` denominated in the fee asset, add a `fee_asset` field, then add a `fee_value` for the value as interpreted by the node. |
| `wallet` | `sendtoaddress` | Add `fee_asset` field to specify the asset used for fee payment, otherwise default to the asset being sent in the transaction |
| `wallet` | `sendmany` | Add `fee_asset` field to specify the asset used for fee payment, otherwise default to the asset being sent in the transaction |
| `wallet` | `settxfee` | Add optional “fee_asset” parameter, defaulting to the asset being sent in the transaction |

And the latter:

Expand Down

0 comments on commit 71c9c67

Please sign in to comment.