-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
@@ -340,18 +340,18 @@ impl State { | |||
|
|||
/// Determine whether an account exists. | |||
pub fn exists(&self, a: &Address) -> bool { | |||
self.ensure_cached(a, RequireCache::None, |a| a.is_some()) | |||
self.ensure_cached(a, RequireCache::None, false, |a| a.is_some()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could use a comment here explaining why this is consensus-critical/ensure that tests will catch it if changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -1 +1 @@ | |||
Subproject commit 862b4e3d4a9a7141af1b4aaf7dfe228a6a294614 | |||
Subproject commit 97066e40ccd061f727deb5cd860e4d9135aa2551 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't be changed most probably.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git submodule update --init
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the latest commit. This change is already in master.
Changes Unknown when pulling 8efbfe9 on bloom-clean into * on master*. |
Changes Unknown when pulling 3b37feb on bloom-clean into * on master*. |
No description provided.