Skip to content

Commit

Permalink
feat: rebase upstream main
Browse files Browse the repository at this point in the history
  • Loading branch information
yubing744 committed Jun 22, 2024
1 parent 54d5b04 commit 53ee2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frameworks/rooch-nursery/sources/bitseed.move
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ module rooch_nursery::bitseed {
let buf = vector::empty();
vector::append(&mut buf, address::to_bytes(&block_hash));
vector::append(&mut buf, address::to_bytes(&txid));
vector::append(&mut buf, bcs::to_bytes(&vout)); //TODO vout to le_bytes
hex::encode(hash::sha3_256(buf))
vector::append(&mut buf, bcs::to_bytes(&vout));
hash::sha3_256(buf)
}

// ==== Process Bitseed Entry ==== //
Expand Down

0 comments on commit 53ee2d2

Please sign in to comment.