Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e committed Feb 11, 2024
1 parent 3b8dd74 commit ae1d173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub mod tx {
pub use fuel_tx::{
field, ConsensusParameters, ContractIdExt, ContractParameters, FeeParameters, GasCosts,
PredicateParameters, Receipt, ScriptExecutionResult, ScriptParameters, StorageSlot,
Transaction as FuelTransaction, TxId, TxParameters, Witness,
Transaction as FuelTransaction, TxId, TxParameters, TxPointer, UtxoId, Witness,
};
}

Expand Down

0 comments on commit ae1d173

Please sign in to comment.