comment unused condition

This commit is contained in:
noumantahir 2024-11-05 19:36:01 +05:00
parent b0731d2e5d
commit 3e05949ff4

View File

@ -183,8 +183,8 @@ export const buildTransferOpsArray = (
// case TransferTypes.DELEGATE_SPK:
// func = delegateLarynx;
// break;
default:
break;
// default:
// break;
default:
throw new Error(`Unsupported transaction type: ${transferType}`);