v0l / electrumz

Electrum server implementation in C++
https://electrumz.com
1 stars 0 forks source link

Reduce Bitcoin Core code to minimum required #1

Closed v0l closed 5 years ago

v0l commented 5 years ago

Currently there is a lot of the serialization code included just to deserialize blocks when reading from disk, this should be reduced as its not all necessary.