Closed YoshihitoAso closed 3 years ago
bool result = false; for(uint i = 0; i < _toList.length; i++) { if (isContract(_toList[i])) { result = transferToContract(_toList[i], _valueList[i], empty); } else { result = transferToAddress(_toList[i], _valueList[i], empty); } if (result == false) { success = false; } } return success;
1. Describe the bug
2. Expected behavior