diff --git a/src/mir/method/MethodWeighted.cc b/src/mir/method/MethodWeighted.cc index 292ed771d..cb7fb642c 100644 --- a/src/mir/method/MethodWeighted.cc +++ b/src/mir/method/MethodWeighted.cc @@ -84,7 +84,7 @@ void MethodWeighted::json(eckit::JSON& j) const { j << "engine" << "mir"; j << "version" << caching::WeightCache::version(); j << "type" << name(); - j << "checksum" << [this]() { + j << "uid" << [this]() -> std::string { eckit::MD5 h; hash(h); return h.digest();