Skip to content

Commit

Permalink
skip broadcasted
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Mar 12, 2024
1 parent 2c2c976 commit ee7ab32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/script/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ impl CompiledState {
let mut froms = sequence.sequences().iter().flat_map(|s| {
s.transactions
.iter()
.skip(s.receipts.len())
.map(|t| t.transaction.from().expect("from is missing in script artifact"))
});

Expand Down

0 comments on commit ee7ab32

Please sign in to comment.