Add attachments to proofs calc in export cli call

This commit is contained in:
nolash
2021-10-22 19:41:01 +02:00
parent eb42095a74
commit d245f98cbd
4 changed files with 10 additions and 4 deletions

View File

@@ -80,10 +80,10 @@ def execute(config, eargs):
cp = Proof(path=eargs.directory, attachments=ca, writer=writers['proof'](path=output_writer_path_meta))
cn = Network(path=eargs.directory)
ca.load()
ct.load()
cp.load()
cm.load()
ca.load()
cn.load()
chain_spec = None