mimblewimble / mwixnet

Implementation of the Mimblewimble CoinSwap proposal.
Apache License 2.0
8 stars 18 forks source link

When compiling serialize.rs fails because it isn't given enough time #23

Open transatoshi-mw opened 2 months ago

transatoshi-mw commented 2 months ago

Screenshot from 2024-05-01 21-06-30

Debian 12 rustc 1.77.2 (25ef9e3d8 2024-04-09) cargo 1.77.2 (e52e36006 2024-03-26)

Following the instructions and adding + 'serialize to line 1151 of serialize.rs works, but should be fixed. Also given this warning at the end: Screenshot from 2024-05-01 21-24-48

scilio commented 2 months ago

this fixes that issue https://github.com/mimblewimble/mwixnet/pull/22