feat: interactWrites from within the contracts #37
This commit is contained in:
committed by
Piotr Pędziwiatr
parent
4c256f58e6
commit
f139cfdda4
@@ -32,7 +32,7 @@ async function main() {
|
||||
|
||||
const callStack = contract.getCallStack();
|
||||
|
||||
fs.writeFileSync(path.join(__dirname, 'data', 'call_stack.json'), JSON.stringify(callStack, mapReplacer));
|
||||
fs.writeFileSync(path.join(__dirname, 'data', 'call_stack.json'), callStack.print());
|
||||
}
|
||||
|
||||
main().catch((e) => console.error(e));
|
||||
|
||||
Reference in New Issue
Block a user