Sign the new transaction,
Declared in <wallet/feebumper.h>
bool
SignTransaction(
CWallet& wallet,
CMutableTransaction& mtx);
false if the tx couldn't be found or if it was impossible to create the signature(s)
| Name | Description |
|---|---|
| wallet | The wallet used to sign the transaction. |
| mtx | The transaction to sign, updated in place. |