(&mut self, assert: &AssertInitialTransaction)
| 216 | } |
| 217 | |
| 218 | pub fn merge(&mut self, assert: &AssertInitialTransaction) { |
| 219 | merge_transactions(&mut self.tx, &assert.tx); |
| 220 | merge_musig2_nonces_and_signatures(self, assert); |
| 221 | } |
| 222 | } |
| 223 | |
| 224 | impl BaseTransaction for AssertInitialTransaction { |
nothing calls this directly
no test coverage detected