Skip to content

Commit 2922189

Browse files
committed
fix build
1 parent be2dbb2 commit 2922189

File tree

1 file changed

+0
-3
lines changed
  • rust/rust_c/src/avalanche

1 file changed

+0
-3
lines changed

rust/rust_c/src/avalanche/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ pub extern "C" fn avax_parse_transaction(
6363
) -> PtrT<TransactionParseResult<DisplayAvaxTx>> {
6464
parse_transaction_by_type(extract_ptr_with_type!(ptr, AvaxSignRequest), public_keys)
6565
}
66-
extern crate std;
67-
use std::println;
6866

6967
fn parse_transaction_by_type(
7068
sign_request: &mut AvaxSignRequest,
@@ -173,7 +171,6 @@ pub fn determine_derivation_path(
173171
sign_request: &AvaxSignRequest,
174172
wallet_index: u64,
175173
) -> Result<DerivationPath, AvaxError> {
176-
println!("type_id = {:?}, wallet_index = {}", type_id, wallet_index);
177174
let wallet_suffix = format!("/0/{}", wallet_index);
178175

179176
let (base_path, full_path) = match type_id {

0 commit comments

Comments
 (0)