Blockstream / gdk_rpc

gdk_rpc for bitcoind/liquidd
MIT License
6 stars 7 forks source link

Fix broken tests #27

Closed jb55 closed 5 years ago

jb55 commented 5 years ago

I think the rust package set in docker is out of date (does this make sense?), because the tests are currently broken for me even though docker says it passes. These changes fix the tests for me locally, and I'm running the latest stable version.

Simply statically linking libwally seems to fix it? Perhaps just rebase this on top of an updated docker to confirm.