Skip to content

Commit

Permalink
Simplify convention
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Apr 16, 2023
1 parent afa2765 commit 2083cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/consensus/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ fn test_ledger_execute_many() {
let transaction = Transaction::execute(
consensus.ledger.vm(),
&private_key,
(ProgramID::from_str("credits.aleo").unwrap(), Identifier::from_str("split").unwrap()),
("credits.aleo", "split"),
inputs.iter(),
Some((fee_record.clone(), 100u64)),
None,
Expand Down

0 comments on commit 2083cb7

Please sign in to comment.