• joohhnnn's avatar
    cmd/geth: rename variable 'extapi' (#27223) · 7ac08ba4
    joohhnnn authored
    rename parameter
    
    In this case, the naming of "extapi" might create some confusion. Although it represents an External Signer Backend, its name could be mistaken for an API. In reality, it is a backend instance used for communicating with external signers. A better naming choice could be "extBackend" or "externalBackend" to more accurately describe that it is a backend instance rather than an API.
    7ac08ba4
config.go 10.5 KB