Skip to content

Commit 7a95305

Browse files
committed
changeset
1 parent ec1fcc5 commit 7a95305

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

framework/.changeset/v0.6.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Allow nil blockchains output in Sui case

framework/components/simple_node_set/node_set.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func sharedDBSetup(in *Input, bcOut *blockchain.Output) (*Output, error) {
125125

126126
eg.Go(func() error {
127127
var net string
128+
var err error
128129
if bcOut != nil {
129130
net, err = clnode.NewNetworkCfgOneNetworkAllNodes(bcOut)
130131
if err != nil {

0 commit comments

Comments
 (0)