Open paulshapiro opened 3 days ago
This currently occurs if building develop
LWS with release-v0.18
Monero. Switching to master
Monero branch will compile. A PR for the release-v0.18
branch has been approved and is waiting a merge.
Typically LWS master
and develop
branches target the master
branch of Monero - although some attempts are made to get those branches working against Monero release-*
branches.
The release branches of LWS always target some release branch of Monero.
Hey there,
Thought I'd mention that
develop
has a compile error that seems to be unintentional - whereconst
memory ofepee::byte_slice::data()
is being asked to be used to initialize a mutable (non-const) objecthttps://github.com/vtnerd/monero-lws/blob/18b57435966fb829024a6dce8d3883e6115a1f5e/src/rpc/scanner/connection.cpp#L58