Skip to content

Switch from 'bitcoin' crate to 'bitcoincash'

Created by: dagurval

The bitcoin crate hard coded the network message limit to 4MB, so it needed to be forked.

Test plan:

./contrib/run_functional_tests.sh
cargo test
``

Merge request reports