Skip to content

Commit

Permalink
bugfix: compilation fix (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Nov 19, 2024
1 parent 6138ccb commit cd99c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use near_gas::NearGas;

use near_primitives::{
action::{Action, DeployContractAction, FunctionCallAction},
types::BlockReference,
types::{BlockReference, StoreKey},
};
use near_token::NearToken;
use serde::{de::DeserializeOwned, Deserialize, Serialize};
Expand All @@ -20,7 +20,7 @@ use crate::{
errors::BuilderError,
signer::Signer,
transactions::{ConstructTransaction, Transaction},
types::{contract::ContractSourceMetadata, views::StoreKey, AccountId, Data},
types::{contract::ContractSourceMetadata, AccountId, Data},
};

#[derive(Clone, Debug)]
Expand Down

0 comments on commit cd99c1a

Please sign in to comment.