Skip to content

Commit

Permalink
test nit
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-ps-2003 committed Nov 5, 2024
1 parent 2c14d83 commit a1dd581
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/accounts/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ begin
push.{}
call.[1]
#call.[2]
call.[2]
dropw dropw dropw dropw
Expand Down Expand Up @@ -85,10 +85,10 @@ fn oracle_account_creation_and_pushing_data_to_read() {
"[1]",
&format!("{}", oracle_account.code().procedures()[1].mast_root()).to_string()
)
// .replace(
// "[2]",
// &format!("{}", oracle_account.code().procedures()[2].mast_root()).to_string()
// )
.replace(
"[2]",
&format!("{}", oracle_account.code().procedures()[2].mast_root()).to_string()
)
);

println!("Push tx script code: {}", push_tx_script_code);
Expand Down Expand Up @@ -239,6 +239,7 @@ fn get_oracle_account(data_provider_public_key: PublicKey, oracle_public_key: Wo
add.1 dup movdn.5
# => [index+1, WORD_index+1, index+1, ...]
end
drop
end
#! Verify the signature of the data provider
Expand Down

0 comments on commit a1dd581

Please sign in to comment.