Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 5bf3c15

Browse files
committed
format
1 parent aed33a2 commit 5bf3c15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

romeo/src/system.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ async fn update_contract_public_key(
227227
.bitcoin_credentials
228228
.public_key_p2tr()
229229
.serialize()
230-
.try_into()
231-
.unwrap(),
230+
.into(),
232231
)
233232
.expect("Cannot convert public key into a Clarity Value")];
234233

0 commit comments

Comments
 (0)