Makefile:
If for some reason the clone/build fails (like docker not running) the tmp dir will hang around and fail further attempts.
Replaced \s with ` (space literal) since macsedcommand does not respect the\s`
Module:
Set a default feature of mainnet in Cargo.toml and added cfg_if to execute the declare_id macro conditionally
Makefile: If for some reason the clone/build fails (like docker not running) the tmp dir will hang around and fail further attempts. Replaced
\s
with` (space literal) since mac
sedcommand does not respect the
\s`Module: Set a default feature of
mainnet
inCargo.toml
and addedcfg_if
to execute thedeclare_id
macro conditionally