Web3.swift icon indicating copy to clipboard operation
Web3.swift copied to clipboard

Make from optional for createTransaction

Open koraykoska opened this issue 7 years ago • 1 comments

The from value for the createTransaction function in SolidityInvocation should be optional just like in the EthereumTransaction initializer as it is not really required if you want to send a raw transaction.

koraykoska avatar Jul 20 '18 23:07 koraykoska

Good catch!

pixelmatrix avatar Jul 23 '18 17:07 pixelmatrix