Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update parity-clib/src/java.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: niklasad1 <niklasadolfsson1@gmail.com>
  • Loading branch information
tomaka and niklasad1 committed Dec 29, 2018
1 parent d520ba2 commit e4be3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity-clib/src/java.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub unsafe extern "system" fn Java_io_parity_ethereum_Parity_rpcQueryNative(
cb.call(error::TIMEOUT);
});
})
.expect("rpc-query thread shouldn't fail; qed");
.expect("rpc-query thread shouldn't fail; qed");
})
.map_err(|e| {
let _ = env.throw_new("java/lang/Exception", e);
Expand Down

0 comments on commit e4be3e4

Please sign in to comment.