From 069a0eca2946df5c9ddf9bff0f34561c041efba1 Mon Sep 17 00:00:00 2001 From: Nikolay Bryskin Date: Mon, 5 Feb 2024 14:55:17 +0200 Subject: [PATCH] Added 'include_unsafe' option to FundRawTransaction --- btcjson/chainsvrcmds.go | 1 + 1 file changed, 1 insertion(+) diff --git a/btcjson/chainsvrcmds.go b/btcjson/chainsvrcmds.go index e314f35c32..58fa8cd1b6 100644 --- a/btcjson/chainsvrcmds.go +++ b/btcjson/chainsvrcmds.go @@ -147,6 +147,7 @@ type FundRawTransactionOpts struct { Replaceable *bool `json:"replaceable,omitempty"` ConfTarget *int `json:"conf_target,omitempty"` EstimateMode *EstimateSmartFeeMode `json:"estimate_mode,omitempty"` + IncludeUnsafe *bool `json:"include_unsafe,omitempty"` } // FundRawTransactionCmd defines the fundrawtransaction JSON-RPC command