Skip to content

Commit

Permalink
move import
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Jul 25, 2024
1 parent ded5177 commit 8da469c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/iota-sdk/src/json_rpc_error.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use iota_json_rpc_api::error_object_from_rpc;
// Copyright (c) Mysten Labs, Inc.
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use iota_json_rpc_api::error_object_from_rpc;
pub use iota_json_rpc_api::{TRANSACTION_EXECUTION_CLIENT_ERROR_CODE, TRANSIENT_ERROR_CODE};
use jsonrpsee::types::error::UNKNOWN_ERROR_CODE;
use thiserror::Error;
Expand Down

0 comments on commit 8da469c

Please sign in to comment.