Removes pure from abiDecodeRegister due to slither
This commit is contained in:
parent
800ad2270e
commit
c52669c76a
|
@ -367,8 +367,7 @@ contract DAppStore is ApproveAndCallFallBack, BancorFormula {
|
|||
function abiDecodeRegister(
|
||||
bytes memory _data
|
||||
)
|
||||
private
|
||||
pure
|
||||
private
|
||||
returns(
|
||||
bytes4 sig,
|
||||
bytes32 id,
|
||||
|
|
Loading…
Reference in New Issue