Skip to content

Commit

Permalink
fix: missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Apr 23, 2024
1 parent 87cac6f commit 816e470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/contract/invoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use soroban_env_host::{
HostError,
};

use soroban_sdk::xdr::{AccountEntry, AccountEntryExt, AccountId, DiagnosticEvent, Thresholds};
use soroban_sdk::xdr::{AccountEntry, AccountEntryExt, AccountId, ContractDataEntry, DiagnosticEvent, Thresholds};
use soroban_spec::read::FromWasmError;
use stellar_strkey::DecodeError;

Expand Down

0 comments on commit 816e470

Please sign in to comment.