| 756 | } |
| 757 | |
| 758 | bool QuipWallet::executeWithWinternitz( |
| 759 | const WinternitzAddress &winternitz_address, const Signature &pq_sig, |
| 760 | const Address &target_address, const std::vector<uint8_t> &opdata) { |
| 761 | return impl_->executeWithWinternitz(winternitz_address, pq_sig, |
| 762 | target_address, opdata); |
| 763 | } |
| 764 | |
| 765 | bool QuipWallet::executeWithWinternitzValue( |
| 766 | const WinternitzAddress &winternitz_address, const Signature &pq_sig, |
nothing calls this directly
no outgoing calls
no test coverage detected