Skip to content

Commit

Permalink
fix(liquidationVisibility): #4 fix bug with at makeChildNode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes authored and anilhelvaci committed Feb 16, 2024
1 parent d8f95e6 commit 3c3878b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const prepareChainStorageNode = zone => {
makeChildNode(name, childNodeOptions = {}) {
if (blockMakeChildNode === name) {
console.log(`Log: MOCK makeChildNode REJECTED for node ${name}`);
setBlockMakeChildNode('')
return Promise.reject();
}

Expand Down

0 comments on commit 3c3878b

Please sign in to comment.