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 dbe5fa4 commit 7422b9bCopy full SHA for 7422b9b
1 file changed
x/compute/internal/keeper/keeper_test.go
@@ -39,7 +39,7 @@ func init() {
39
config.SetBech32PrefixForConsensusNode(eng.Bech32PrefixConsAddr, eng.Bech32PrefixConsPub)
40
config.Seal()
41
42
- _, err = api.InitBootstrap()
+ _, err := api.InitBootstrap()
43
if err != nil {
44
panic(fmt.Sprintf("Error initializing the enclave: %v", err))
45
}
0 commit comments