Home
last modified time | relevance | path

Searched refs:create_psbt (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp483 const bool create_psbt = m_wallet->privateKeysDisabled(); in bumpFee() local
486 …QString questionString = create_psbt ? tr("Do you want to draft a transaction with fee increase?")… in bumpFee()
525 if (create_psbt) { in bumpFee()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp483 const bool create_psbt = m_wallet->privateKeysDisabled(); in bumpFee() local
486 …QString questionString = create_psbt ? tr("Do you want to draft a transaction with fee increase?")… in bumpFee()
525 if (create_psbt) { in bumpFee()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp483 const bool create_psbt = m_wallet->privateKeysDisabled(); in bumpFee() local
486 …QString questionString = create_psbt ? tr("Do you want to draft a transaction with fee increase?")… in bumpFee()
525 if (create_psbt) { in bumpFee()
/dports/net-p2p/c-lightning/lightning-0.10.2/common/test/
H A Drun-psbt_diff.c122 psbt = create_psbt(tmpctx, 1, 1, 0); in change_serials()
154 end = create_psbt(tmpctx, 1, 1, 0); in main()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp501 const bool create_psbt = m_wallet->privateKeysDisabled(); in bumpFee() local
504 …QString questionString = create_psbt ? tr("Do you want to draft a transaction with fee increase?")… in bumpFee()
536 if (create_psbt) { in bumpFee()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp501 const bool create_psbt = m_wallet->privateKeysDisabled(); in bumpFee() local
504 …QString questionString = create_psbt ? tr("Do you want to draft a transaction with fee increase?")… in bumpFee()
536 if (create_psbt) { in bumpFee()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp501 const bool create_psbt = m_wallet->privateKeysDisabled(); in bumpFee() local
504 …QString questionString = create_psbt ? tr("Do you want to draft a transaction with fee increase?")… in bumpFee()
536 if (create_psbt) { in bumpFee()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dwalletmodel.cpp690 const bool create_psbt = m_wallet->privateKeysDisabled(); in bumpFee() local
693 …QString questionString = create_psbt ? tr("Do you want to draft a transaction with fee increase?")… in bumpFee()
725 if (create_psbt) { in bumpFee()
/dports/net-p2p/c-lightning/lightning-0.10.2/bitcoin/
H A Dpsbt.h40 struct wally_psbt *create_psbt(const tal_t *ctx, size_t num_inputs, size_t num_outputs, u32 locktim…
H A Dpsbt.c37 struct wally_psbt *create_psbt(const tal_t *ctx, size_t num_inputs, size_t num_outputs, u32 locktim… in create_psbt() function
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dpsbt_open.c64 struct wally_psbt *psbt = create_psbt(NULL, 1, 0, 0); in linearize_input()
100 struct wally_psbt *psbt = create_psbt(NULL, 1, 1, 0); in linearize_output()
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/
H A Dreservation.c258 psbt = create_psbt(ctx, tal_count(utxos), 0, nlocktime); in psbt_using_utxos()
/dports/net-p2p/c-lightning/lightning-0.10.2/openingd/
H A Ddualopend.c1116 struct wally_psbt *empty_psbt = create_psbt(tmpctx, 0, 0, 0); in init_changeset()
2145 tx_state->psbt = create_psbt(tx_state, 0, 0, in accepter_start()
3249 tx_state->psbt = create_psbt(tx_state, 0, 0, in rbf_remote_start()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Ddual_open_control.c3060 psbt = create_psbt(tmpctx, 0, 0, 0); in json_queryrates()