Skip to content

Commit

Permalink
fix missing implementation in the Contract class
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Aug 31, 2018
1 parent c9104b4 commit 110cdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/aion/api/impl/Contract.java
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ public List<String> issuedEvents() {

@Override
public String getContractName() {
return null;
return contractName;
}

public Contract newEvent(String e) {
Expand Down

0 comments on commit 110cdfe

Please sign in to comment.