File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ impl Adapter for EthereumAdapter {
145
145
) ) ;
146
146
}
147
147
148
- let contract_address: Address = self . config . ethereum_core_address . into ( ) ;
148
+ let contract_address: Address = self . config . ethereum_core_address . into ( ) ;
149
149
150
150
let ( _eloop, transport) = web3:: transports:: Http :: new ( & self . config . ethereum_network )
151
151
. map_err ( |_| map_error ( "failed to init http transport" ) ) ?;
@@ -209,7 +209,7 @@ impl Adapter for EthereumAdapter {
209
209
210
210
let sess = match & verified. payload . identity {
211
211
Some ( identity) => {
212
- let contract_address: Address = identity. into ( ) ;
212
+ let contract_address: Address = identity. into ( ) ;
213
213
let ( _eloop, transport) =
214
214
web3:: transports:: Http :: new ( & self . config . ethereum_network )
215
215
. map_err ( |_| map_error ( "failed to init http transport" ) ) ?;
You can’t perform that action at this time.
0 commit comments