Skip to content

Commit

Permalink
Merge branch 'master' into feat/script_analyzing
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet authored Dec 11, 2024
2 parents 5f2ac71 + 9e2aae4 commit 98581f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels-programs/src/calls/receipt_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl ReceiptParser {
)
}

fn extract_contract_call_data(&mut self, target_contract: ContractId) -> Option<Vec<u8>> {
pub fn extract_contract_call_data(&mut self, target_contract: ContractId) -> Option<Vec<u8>> {
// If the script contains nested calls, we need to extract the data of the top-level call
let mut nested_calls_stack = vec![];

Expand Down

0 comments on commit 98581f5

Please sign in to comment.