Implement use of custom chain config to test locally

This commit is contained in:
2022-05-13 16:37:30 +05:30
parent 7c19e86698
commit 4363bf5c07
11 changed files with 128 additions and 19 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ func (sdb *builder) buildStateDiff(args []iterPair, params sd.Params, output sdt
// and then find the intersection of these keys
// these are the leafkeys for the accounts which exist at both A and B but are different
// this also mutates the passed in createKeys and deleteKeys, removing in intersection keys
// this also mutates the passed in createKeys and deleteKeys, removing the intersection keys
// and leaving the truly created or deleted keys in place
updatedKeys := findIntersection(createKeys, deleteKeys)