(&mut self, burn: &StartTimeTransaction)
| 183 | } |
| 184 | |
| 185 | pub fn merge(&mut self, burn: &StartTimeTransaction) { |
| 186 | merge_transactions(&mut self.tx, &burn.tx); |
| 187 | merge_musig2_nonces_and_signatures(self, burn); |
| 188 | } |
| 189 | } |
| 190 | |
| 191 | impl BaseTransaction for StartTimeTransaction { |
nothing calls this directly
no test coverage detected