We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e55247 commit 4826ffcCopy full SHA for 4826ffc
2 files changed
contracts/src/ModuleCRC20.sol
@@ -10,7 +10,7 @@ contract ModuleCRC20 is DSToken {
10
event __CronosSendToEthereum(address recipient, uint256 amount, uint256 bridge_fee);
11
event __CronosSendToIbc(address sender, string recipient, uint256 amount);
12
13
- constructor(string memory denom_, uint8 decimals_) DSToken(denom) public {
+ constructor(string memory denom_, uint8 decimals_) DSToken(denom_) public {
14
decimals = decimals_;
15
denom = denom_;
16
}
0 commit comments