Add attachments to proofs calc in export cli call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user