Dematerialize clears any previous materialization. This is helpful when a change to the template has been made, and it needs to be recognized.
()
| 427 | // This is helpful when a change to the template has been made, |
| 428 | // and it needs to be recognized. |
| 429 | func (tpl *Template) Dematerialize() { |
| 430 | tpl.materialization = nil |
| 431 | } |
| 432 | |
| 433 | // materializeTx materializes the template into txvm bytecode. |
| 434 | // |
no outgoing calls