Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CAGS295 committed Nov 14, 2023
1 parent 6eabc2b commit e07fd1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions romeo/src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ async fn update_contract_public_key(
.bitcoin_credentials
.public_key_p2tr()
.serialize()
.try_into()
.unwrap(),
.into(),

Check warning on line 230 in romeo/src/system.rs

View check run for this annotation

Codecov / codecov/patch

romeo/src/system.rs#L230

Added line #L230 was not covered by tests
)
.expect("Cannot convert public key into a Clarity Value")];

Expand Down

0 comments on commit e07fd1c

Please sign in to comment.