| 199 | } |
| 200 | |
| 201 | bool executeWithWinternitz(const WinternitzAddress &winternitz_address, |
| 202 | const Signature &pq_sig, |
| 203 | const Address &target_address, |
| 204 | const std::vector<uint8_t> &opdata) { |
| 205 | // Use default execute fee |
| 206 | Amount executeFee = getExecuteFee(); |
| 207 | return executeWithWinternitzValue(winternitz_address, pq_sig, target_address, opdata, executeFee); |
| 208 | } |
| 209 | |
| 210 | bool executeWithWinternitzValue(const WinternitzAddress &winternitz_address, |
| 211 | const Signature &pq_sig, |
nothing calls this directly
no outgoing calls
no test coverage detected