Skip to content

Commit e38d367

Browse files
committed
fix(node): initial manager set index
1 parent 5573173 commit e38d367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/pkg/manager/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func loadDefaultManagerSet(ctx context.Context, env common.Environment, signer g
204204
}
205205

206206
return &ManagerSetConfig{
207-
Index: 0, // Initial set index
207+
Index: 1, // Initial set index
208208
M: sdkSet.M,
209209
N: sdkSet.N,
210210
PublicKeys: pubKeys,

0 commit comments

Comments
 (0)