wallet::feebumper::SignTransaction

Sign the new transaction,

Synopsis

Declared in <wallet/feebumper.h>

bool
SignTransaction(
    CWallet& wallet,
    CMutableTransaction& mtx);

Return Value

false if the tx couldn't be found or if it was impossible to create the signature(s)

Parameters

NameDescription
walletThe wallet used to sign the transaction.
mtxThe transaction to sign, updated in place.