mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-20 13:16:39 -04:00

It looks like the compiler can ascertain that `message0` will be initialised by the time we use it, so it doesn't need to be an `Option` and it doesn't need to be declared as mutable.