test-isol-01 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,7 +23,6 @@ abstract contract WrapERC20xTransferWithAuthorize is ERC20, ERC20Wrapper, ERC20x
|
|
|
23
23
|
// string memory _version
|
|
24
24
|
)
|
|
25
25
|
ERC20Wrapper(IERC20(_underlyingToken))
|
|
26
|
-
ERC20xTransferWithAuthorize()
|
|
27
26
|
{}
|
|
28
27
|
|
|
29
28
|
/**
|
|
@@ -34,7 +33,6 @@ abstract contract WrapERC20xTransferWithAuthorize is ERC20, ERC20Wrapper, ERC20x
|
|
|
34
33
|
function decimals()
|
|
35
34
|
public
|
|
36
35
|
view
|
|
37
|
-
virtual
|
|
38
36
|
override(ERC20, ERC20Wrapper)
|
|
39
37
|
returns (uint8)
|
|
40
38
|
{
|