mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-26 07:16:06 -05:00
ba4ae09cd1
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.