You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should remove Clone and Debug implementations for this type since it handles private keys. There seems to be no instance of using Debug. There are two instances of using Clone which must be refactored:
This is a more significant refactor than first stated due to the common pattern of cloning the "Coin" structs such as UtxoStandardCoin, EthCoin, ZCoin, etc.
komodo-defi-framework/mm2src/coins/lp_coins.rs
Line 3869 in 4e8bc50
We should remove Clone and Debug implementations for this type since it handles private keys. There seems to be no instance of using Debug. There are two instances of using Clone which must be refactored:
komodo-defi-framework/mm2src/coins/eth/v2_activation.rs
Line 424 in 4e8bc50
komodo-defi-framework/mm2src/coins/eth/v2_activation.rs
Line 515 in 4e8bc50
The text was updated successfully, but these errors were encountered: