| 1047 | } |
| 1048 | |
| 1049 | uint64_t GetSerializeSizeForRecipient(const CRecipient& recipient) |
| 1050 | { |
| 1051 | return ::GetSerializeSize(CTxOut(recipient.nAmount, GetScriptForDestination(recipient.dest))); |
| 1052 | } |
| 1053 | |
| 1054 | bool IsDust(const CRecipient& recipient, const CFeeRate& dustRelayFee) |
| 1055 | { |
no test coverage detected