Hey, guys. I need the variables "_locked" and "oldLocked" to be independent copies. If I assign them storage or calldata, I get the error: "Type struct Locked Balance memory is not implicitly convertible to expected type struct LockedBalance storage pointer." What is the best way to do it?
Jun 4, 2021, 3:41 PM