| 855 | } |
| 856 | |
| 857 | static bool unresolved_wallet_inputs(struct splice_cmd *splice_cmd) |
| 858 | { |
| 859 | struct amount_sat wallet_funding = wallet_funding_amnt(splice_cmd); |
| 860 | |
| 861 | return amount_sat_less(wallet_funding, splice_cmd->needed_funds); |
| 862 | } |
| 863 | |
| 864 | static size_t calc_weight(struct splice_cmd *splice_cmd, |
| 865 | bool simulate_wallet_outputs) |
no test coverage detected