| 185 | } |
| 186 | |
| 187 | NonstandardScriptData(uint32_t txNum, uint32_t scriptLength) : ScriptDataBase(txNum), scriptData(scriptLength) {} |
| 188 | }; |
| 189 | |
| 190 | struct BLOCKSCI_EXPORT NonstandardSpendScriptData { |
nothing calls this directly
no outgoing calls
no test coverage detected