mpc-recovery icon indicating copy to clipboard operation
mpc-recovery copied to clipboard

Organize error handling in multichain

Open ChaoticTempest opened this issue 2 years ago • 0 comments

Multichain node code currently has error struct haphazardly placed in multiple places. Best to organize them all before it becomes a complex web of errors which end up referencing each other. Like the MessageHandleError seems like it can just be merged with the the CryptographicError.

ChaoticTempest avatar Nov 14 '23 18:11 ChaoticTempest