Skip to content

Commit ba9f043

Browse files
hstoveobycode
andauthored
Update stackslib/src/chainstate/stacks/boot/mod.rs
Co-authored-by: Brice <[email protected]>
1 parent 8956039 commit ba9f043

File tree

1 file changed

+1
-1
lines changed
  • stackslib/src/chainstate/stacks/boot

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/stacks/boot/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub fn make_sip_031_body(is_mainnet: bool) -> String {
189189

190190
SIP_031_BODY.replacen(
191191
"(define-data-var recipient principal tx-sender)",
192-
&format!("(define-data-var recipient principal '{})", addr),
192+
&format!("(define-data-var recipient principal '{addr})"),
193193
1,
194194
)
195195
}

0 commit comments

Comments
 (0)