File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
crates/iota-rust-sdk/src/types Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments