Skip to content

Commit a5676d7

Browse files
Updated godoc for InsertInstanceParams
1 parent 19c043f commit a5676d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/operation/instance_params.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
//
2020
// Expected errors during normal operations:
2121
// - [storage.ErrAlreadyExists] if instance params have already been stored.
22-
// - Generic error for unexpected database or encoding failures.
2322
func InsertInstanceParams(lctx lockctx.Proof, rw storage.ReaderBatchWriter, params flow.VersionedInstanceParams) error {
2423
if !lctx.HoldsLock(storage.LockBootstrapping) {
2524
return fmt.Errorf("missing required lock: %s", storage.LockBootstrapping)

0 commit comments

Comments
 (0)