Skip to content

Commit

Permalink
Merge pull request CryptozombiesHQ#420 from CometS1/master
Browse files Browse the repository at this point in the history
Fixed small error with solidity version in answer and ZBSerializer.sol
  • Loading branch information
hankxdev authored Dec 11, 2019
2 parents b2ea939 + 903aabc commit 190cccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/7/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ material:
// to compile. You can find a repo with all the final files at:
// https://github.com/loomnetwork/zb_game_mode
pragma solidity ^0.4.24;
pragma solidity ^0.4.25;
import "./ZBEnum.sol";
import "./ZBGameMode.sol";
Expand Down Expand Up @@ -462,7 +462,7 @@ material:
}
}
answer: |
pragma solidity 0.4.24;
pragma solidity 0.4.25;
import "./ZB/ZBGameMode.sol";
Expand Down

0 comments on commit 190cccf

Please sign in to comment.