| 1052 | } |
| 1053 | |
| 1054 | bool IsDust(const CRecipient& recipient, const CFeeRate& dustRelayFee) |
| 1055 | { |
| 1056 | return ::IsDust(CTxOut(recipient.nAmount, GetScriptForDestination(recipient.dest)), dustRelayFee); |
| 1057 | } |
| 1058 | |
| 1059 | static util::Result<CreatedTransactionResult> CreateTransactionInternal( |
| 1060 | CWallet& wallet, |