Skip to content

Commit

Permalink
Bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Jul 21, 2019
1 parent b9ddfa3 commit abf1bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/move_loader_api/src/data_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl DataStore {
}
}
}
// freeze'em
// Freeze each WriteSet
let mut write_sets: HashMap<AccountAddress, WriteSet> = HashMap::new();
for (address, write_set_mut) in write_set_muts.drain() {
write_sets.insert(address, write_set_mut.freeze().unwrap());
Expand Down

0 comments on commit abf1bc1

Please sign in to comment.