Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Update unclear function name
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonLewis committed Dec 7, 2023
1 parent c99177f commit 355cce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KIPs/kip-149.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ A Klaytn node will have a resolver to read the active addresses of system contra

```go
// Note that it will be activated in the next of KIP-149 fork block
func ReadRegistryActiveAddr(backend bind.ContractCaller, name string, num *big.Int) (common.Address, error) {
func ReadActiveAddressFromRegistry(backend bind.ContractCaller, name string, num *big.Int) (common.Address, error) {
code, err := backend.CodeAt(context.Background(), RegistryAddr, num)
if err != nil {
return common.Address{}, err
Expand Down

0 comments on commit 355cce4

Please sign in to comment.