(&mut self, assert: &AssertTransaction)
| 177 | } |
| 178 | |
| 179 | pub fn merge(&mut self, assert: &AssertTransaction) { |
| 180 | merge_transactions(&mut self.tx, &assert.tx); |
| 181 | merge_musig2_nonces_and_signatures(self, assert); |
| 182 | } |
| 183 | } |
| 184 | |
| 185 | impl BaseTransaction for AssertTransaction { |
nothing calls this directly
no test coverage detected