(&mut self, burn: &StartTimeTimeoutTransaction)
| 227 | } |
| 228 | |
| 229 | pub fn merge(&mut self, burn: &StartTimeTimeoutTransaction) { |
| 230 | merge_transactions(&mut self.tx, &burn.tx); |
| 231 | merge_musig2_nonces_and_signatures(self, burn); |
| 232 | } |
| 233 | } |
| 234 | |
| 235 | impl BaseTransaction for StartTimeTimeoutTransaction { |
nothing calls this directly
no test coverage detected