Skip to content

Commit

Permalink
update tlb tag in rust code
Browse files Browse the repository at this point in the history
  • Loading branch information
cryshado committed Jul 28, 2023
1 parent 2d6c0a3 commit cb02197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheme/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct TVC {
}

impl TVC {
const TVC_TAG: u32 = 0x0167f70c;
const TVC_TAG: u32 = 0xa2f0b81c;

pub fn new(code: Option<Cell>, desc: Option<String>) -> Self {
Self { code, desc }
Expand Down

0 comments on commit cb02197

Please sign in to comment.