Skip to content

Commit

Permalink
hash in create multilple skd txs
Browse files Browse the repository at this point in the history
  • Loading branch information
afalaleev committed Dec 5, 2024
1 parent b822e55 commit 29bb833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn parse_instruction(signer: &Operator, instruction: &[u8]) -> TreeInitializer {
arrayref::array_refs![chunk, 32, 32, 2, 2, 32];

if nodes.len() == 0 {
log_data(&[b"HASH", hash]);
log_data(&[b"HASH", *hash]);
}

nodes.push(NodeInitializer {
Expand Down

0 comments on commit 29bb833

Please sign in to comment.