Skip to content

Commit c82a336

Browse files
temp!
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent 2431f6f commit c82a336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration/nwo/fabric/network/network_support.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,8 @@ func (n *Network) GenerateCoreConfig(p *topology.Peer) {
16051605
}
16061606

16071607
for _, uniqueName := range p.FSCNode.ReplicaUniqueNames() {
1608+
opts := n.PersistenceOpts(VaultPersistencePrefix, uniqueName, p.FSCNode.Options)
1609+
logger.Warnf("Creating vault with options: [%s:%v]", opts.Type, *opts.SQL)
16081610
t, err := template.New("peer").Funcs(template.FuncMap{
16091611
"Peer": func() *topology.Peer { return p },
16101612
"Orderers": func() []*topology.Orderer { return n.Orderers },

0 commit comments

Comments
 (0)