const MULTISIG_METHOD_NAMES: &str = "add_request,delete_request,confirm,add_and_confirm_request"; but need: const MULTISIG_METHOD_NAMES: &str = "add_request,delete_request,confirm,add_request_and_confirm"; fixed #212
const MULTISIG_METHOD_NAMES: &str = "add_request,delete_request,confirm,add_and_confirm_request";
but need:
const MULTISIG_METHOD_NAMES: &str = "add_request,delete_request,confirm,add_request_and_confirm";
fixed #212