Skip to content

Commit

Permalink
chore: fix function name in comment (#1841)
Browse files Browse the repository at this point in the history
Signed-off-by: toofooboo <cmaker@foxmail.com>
  • Loading branch information
toofooboo authored Dec 23, 2024
1 parent ef3136f commit 36fab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/contracts/runtime/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (p *ContractStateManager) SetAccountContract(ctx context.Context, account c
return p.db.Insert(ctx, accountDataKey(account[:], contractKeyBytes), contractID)
}

// setContract stores [contract] at [contractID]
// SetContractBytes stores [contract] at [contractID]
func (p *ContractStateManager) SetContractBytes(
ctx context.Context,
contractID ContractID,
Expand Down

0 comments on commit 36fab89

Please sign in to comment.