We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6de72c commit 78ef78fCopy full SHA for 78ef78f
1 file changed
src/evm-canister-client/src/client.rs
@@ -549,10 +549,7 @@ impl<C: CanisterClient> EvmCanisterClient<C> {
549
}
550
551
/// Sets the coinbase address.
552
- pub async fn admin_set_coinbase(
553
- &self,
554
- coinbase: H160,
555
- ) -> CanisterClientResult<EvmResult<()>> {
+ pub async fn admin_set_coinbase(&self, coinbase: H160) -> CanisterClientResult<EvmResult<()>> {
556
self.client.update("admin_set_coinbase", (coinbase,)).await
557
558
0 commit comments