Skip to content

Commit a249ccf

Browse files
committed
fix: update error docs
1 parent ec459b0 commit a249ccf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/iota-rust-sdk/src/types/execution_status.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ pub enum ExecutionError {
171171
/// epoch
172172
ExecutionCancelledDueToRandomnessUnavailable,
173173

174+
// Except congested shared objects, this error also contains gas
175+
// price feedback: the lowest gas price of a non-cancelled transaction
176+
// (that operates on at least one of these congested objects)
177+
// in the same consensus commit round
174178
/// Certificate is cancelled due to congestion on shared objects.
175-
/// Except congested shared objects, this error also contains gas
176-
/// price feedback: the lowest gas price of a non-cancelled transaction
177-
/// (that operates on at least one of these congested objects)
178-
/// in the same consensus commit round
179179
ExecutionCancelledDueToSharedObjectCongestionV1 {
180180
congested_objects: Vec<ObjectId>,
181181
lowest_gas_price_of_non_cancelled_transaction: u64,

0 commit comments

Comments
 (0)