Skip to content

Commit 6f3e5dd

Browse files
authored
Merge pull request #3 from SpringRole/token_symbol
change the symbol
2 parents 47015b2 + e0f1b49 commit 6f3e5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PreMint.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ contract SRTToken is Ownable,StandardToken,WhiteListedContracts {
147147
using SafeMath for uint256;
148148

149149
string constant public name = 'SpringRole Pre Mint Token';
150-
string constant public symbol = 'SRT';
150+
string constant public symbol = 'SRPMT';
151151
uint constant public decimals = 18;
152152
uint256 public totalSupply;
153153

0 commit comments

Comments
 (0)