Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds From<H160> trait to ValueOrArray<H160>
The trait From<H160> for ValueOrArray<H160> was not implemented which prevented compilation when using pub fn address<T: Into<ValueOrArray<Address>>>(self, address: T) for ethers_core::types::Filter. Fixes: gakonst#1199
- Loading branch information