MetaMask / providers

An Ethereum Provider that connects over a stream, as injected into websites by MetaMask
MIT License
224 stars 124 forks source link

Strip `params` if `null` is passed #292

Closed FrederikBolding closed 10 months ago

FrederikBolding commented 10 months ago

Treat params: null the same as params: undefined. Stripping it from the input and simplifying the validation further along in the stack.