Removes pure from abiDecodeRegister due to slither

This commit is contained in:
Andy Tudhope 2019-04-12 11:42:41 +02:00
parent 800ad2270e
commit c52669c76a
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
1 changed files with 1 additions and 2 deletions

View File

@ -367,8 +367,7 @@ contract DAppStore is ApproveAndCallFallBack, BancorFormula {
function abiDecodeRegister(
bytes memory _data
)
private
pure
private
returns(
bytes4 sig,
bytes32 id,