|
|
@ -240,12 +240,12 @@ int main(int argc, char **argv) |
|
|
|
case CTXOUTCOMPRESSOR_DESERIALIZE: |
|
|
|
case CTXOUTCOMPRESSOR_DESERIALIZE: |
|
|
|
{ |
|
|
|
{ |
|
|
|
CTxOut to; |
|
|
|
CTxOut to; |
|
|
|
|
|
|
|
CTxOutCompressor toc(to); |
|
|
|
try |
|
|
|
try |
|
|
|
{ |
|
|
|
{ |
|
|
|
ds >> to; |
|
|
|
ds >> toc; |
|
|
|
} catch (const std::ios_base::failure& e) {return 0;} |
|
|
|
} catch (const std::ios_base::failure& e) {return 0;} |
|
|
|
|
|
|
|
|
|
|
|
CTxOutCompressor toc(to); |
|
|
|
|
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
default: |
|
|
|
default: |
|
|
|