(&mut self, assert: &AssertFinalTransaction)
| 248 | } |
| 249 | |
| 250 | pub fn merge(&mut self, assert: &AssertFinalTransaction) { |
| 251 | merge_transactions(&mut self.tx, &assert.tx); |
| 252 | merge_musig2_nonces_and_signatures(self, assert); |
| 253 | } |
| 254 | } |
| 255 | |
| 256 | impl BaseTransaction for AssertFinalTransaction { |
nothing calls this directly
no test coverage detected