Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
CAGS295 committed Nov 11, 2023
1 parent aed33a2 commit 5bf3c15
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 5bf3c15

Please sign in to comment.