Hi so my canister , is getting this error , in rust
Call was rejected:
Request ID: d816d17c619449fd7c0eb2d3c49591749813e84e90add6d242cf7f245cff1b11
Reject code: 5
Reject text: Canister uqxxh-6iaaa-aaaak-qci3a-cai trapped explicitly: Panicked at 'Failed to call sign_with_ecdsa sign_with_ecdsa request sent with 10_000_000_000 cycles, but 21_538_461_538 cycles are required.', /root/.cargo/git/checkouts/ic-web3-0a6667c8271b9070/903223b/src/api/accounts.rs:399:29
call_on_cleanup also failed:
Canister uqxxh-6iaaa-aaaak-qci3a-cai trapped explicitly: Panicked at 'Failed to call sign_with_ecdsa cleanup', /root/.cargo/git/checkouts/ic-web3-0a6667c8271b9070/903223b/src/api/accounts.rs:399:29
Not sure how to fix it …
i am using the ic-web3 library at GitHub - dipanshuhappy/ic-web3: Ethereum RPC client for canisters on the IC