mpc-recovery
mpc-recovery copied to clipboard
Organize error handling in multichain
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.