We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d1366 commit 11d0ef1Copy full SHA for 11d0ef1
lens/util/repo.go
@@ -78,6 +78,7 @@ func NewAPIOpener(c *cli.Context, bs blockstore.Blockstore, head HeadMthd) (*API
78
79
sm := stmgr.NewStateManager(cs)
80
81
+ rapi.cs = cs
82
rapi.FullNodeAPI.ChainAPI.Chain = cs
83
rapi.FullNodeAPI.ChainAPI.ChainModuleAPI = &full.ChainModule{Chain: cs}
84
rapi.FullNodeAPI.StateAPI.Chain = cs
0 commit comments