| 261 | } |
| 262 | |
| 263 | bool SignTransaction(CWallet& wallet, CMutableTransaction& mtx) { |
| 264 | LOCK(wallet.cs_wallet); |
| 265 | return wallet.SignTransaction(mtx); |
| 266 | } |
| 267 | |
| 268 | Result CommitTransaction(CWallet& wallet, const uint256& txid, CMutableTransaction&& mtx, std::vector<bilingual_str>& errors, uint256& bumped_txid) |
| 269 | { |