Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

use a fixed solidity compiler version #140

Merged
merged 2 commits into from
Sep 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
blank line
  • Loading branch information
macfarla committed Sep 5, 2019
commit 87ed52ab6eba7bc276087c4eeddb70232c2111cf
1 change: 1 addition & 0 deletions contracts/AccountRulesList.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pragma solidity 0.5.9;


contract AccountRulesList {
event AccountAdded(
bool accountAdded,
Expand Down