Removed default value assignments. (#1432)
(cherry picked from commit cfef58361f)
This commit is contained in:
committed by
Leo Arias
parent
26f9cc8e74
commit
88f48be287
@ -13,7 +13,7 @@ contract ERC20TokenMetadata is IERC20 {
|
||||
}
|
||||
|
||||
contract ERC20WithMetadata is ERC20TokenMetadata {
|
||||
string private _tokenURI = "";
|
||||
string private _tokenURI;
|
||||
|
||||
constructor(string tokenURI)
|
||||
public
|
||||
|
||||
Reference in New Issue
Block a user