refactor(contracts): Remove unused or unecessary internal function in the CTC
This commit removes _hashTransactionChainElement which was no longer used, and _getQueueElement, which is now replaced with a lookup in the mapping. Other areas of the code are simplified, and a local variable is renamed to avoid shadowing
Showing
Please register or sign in to comment