Skip to content

Commit

Permalink
Fixed small error with solidity version in answer and ZBSerializer.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
CometS1 committed Aug 21, 2019
1 parent c151efb commit 903aabc
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 903aabc

Please sign in to comment.