Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Fix revert message
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-es committed Oct 6, 2020
1 parent 17f3424 commit 1b7a566
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Binary file modified packages/ap-contracts/ap-chain-snapshot.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/ap-contracts/build/contracts/ANNActor.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/ap-contracts/build/contracts/CECActor.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/ap-contracts/build/contracts/CEGActor.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/ap-contracts/build/contracts/CERTFActor.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/ap-contracts/build/contracts/PAMActor.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ abstract contract BaseActor is Conversions, EventUtils, BusinessDayConventions,
Calendar(assetRegistry.getEnumValueForTermsAttribute(assetId, "calendar")),
assetRegistry.getUIntValueForTermsAttribute(assetId, "maturityDate")
) <= block.timestamp,
"ANNActor.processEvent: NEXT_EVENT_NOT_YET_SCHEDULED"
"BaseActor.processEvent: NEXT_EVENT_NOT_YET_SCHEDULED"
);

// get external data for the next event
Expand Down

0 comments on commit 1b7a566

Please sign in to comment.