Reprioritized elements in locked-ether for most significant source mapping

pull/226/head
David Pokora 6 years ago
parent d34570afc1
commit 3ef17d27d9
No known key found for this signature in database
GPG Key ID: 3CED48D1BB21BDD7
  1. 2
      slither/detectors/attributes/locked_ether.py

@ -84,8 +84,8 @@ Every ether sent to `Locked` will be lost.'''
[f.name for f in funcs_payable])
json = self.generate_json_result(info)
self.add_functions_to_json(funcs_payable, json)
self.add_contract_to_json(contract, json)
self.add_functions_to_json(funcs_payable, json)
results.append(json)
return results

Loading…
Cancel
Save