You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As what is said in the example .cfg file, I just used an expression like INVARIANT_CHECKS = ["LiabilitiesMatchOffers"], but when I trying to run stellar-core with this .cfg file, it exited with error info says there is no parament like "LiabilitiesMatchOffers":
2019-09-03T21:08:52.082 GCI6S [default FATAL] Got an exception: Invariant pattern 'LiabilitiesMatchOffers' did not match any invariants. Registered invariants are: AccountSubEntriesCountIsValid, BucketListIsConsistentWithDatabase, ConservationOfLumens, LedgerEntryIsValid, MinimumAccountBalance [ApplicationUtils.cpp:69]
2019-09-03T21:08:52.082 GCI6S [default FATAL] Please report this bug along with this log file if this was not expected [ApplicationUtils.cpp:70]
Someone told me that "IIRC" is the old name for the invariant, but this example file was updated 21 days ago? Is there anything in the example file that maybe need to be fixed?
My stellar-core's version is v11.4.0-2-g859fae62
The text was updated successfully, but these errors were encountered:
Sorry to adding one more question, but I am trying to create an offer on the core, but when I try to check it on the stellar-core's database, I noticed that the selling_liabilities column and buying_liabilities column are all <null>, so I checked the Github's example, then here with this question. But after I followed the @jonjove 's request's changes and recompiled & reinstalled the stellar-core, the problem is still there. Is there any possible clue about this problem?
My configuration file for running core (one node, standalone mode) is like this:
As what is said in the example .cfg file, I just used an expression like
INVARIANT_CHECKS = ["LiabilitiesMatchOffers"]
, but when I trying to run stellar-core with this .cfg file, it exited with error info says there is no parament like "LiabilitiesMatchOffers":Someone told me that "IIRC" is the old name for the invariant, but this example file was updated 21 days ago? Is there anything in the example file that maybe need to be fixed?
My stellar-core's version is
v11.4.0-2-g859fae62
The text was updated successfully, but these errors were encountered: