This bounty is no longer available
Web3 DAO | Ethereum Foundation Logo

Change `web3-transport` cli argument to enum instead of string

Organization

Ethereum Foundation

Deadline

N/A

Status

ENDED


INSTRUCTIONS

Web3 transport is either ipc or http, so it makes sense to use an enum instead of a string:

https://github.com/ethereum/trin/blob/7c475988d20bfe2d3461b5bfe1b812647dea8d69/trin-core/src/cli.rs#L33