Closed
Description
- Version:
v11.13.0
- Platform:
Windows 10 Pro 1903 64-bit
- Subsystem:
ConEmu + Git Bash
- Uname -a:
MINGW64_NT-10.0 DESKTOP-LIIEHJM 2.11.2(0.329/5/3) 2018-11-10 14:38 x86_64 Msys
const execute = async tmpAfter => {
console.log({ tmpAfter })
}
const tmpBefore = {
maxUserCount: USER_COUNT,
myJuriNodeAddress: nodes[nodeIndex].address,
myJuriNodePrivateKey: nodes[nodeIndex].privateKeyBuffer,
nodeIndex,
wasCompliantData,
failureOptions: {
isNotRevealing: notRevealingConfig[nodeIndex],
isSendingIncorrectResult: incorrectResultConfig[nodeIndex],
isOffline: offlineConfig[nodeIndex],
isSendingIncorrectDissent: incorrectDissentConfig[nodeIndex],
},
}
console.log({ tmpBefore })
execute(tmpBefore)
->
{ tmpBefore: { [-as expected-] } }
{ tmpAfter: { [-as tmpBefore but without maxUserCount-] } }
I can add any new key + value and it doesn't get passed. But I can change the other keys and they update correctly. Some strange caching error I guess. Will try a reboot.
Update: Reboot did not fix it.
Metadata
Metadata
Assignees
Labels
No labels