Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
voidash committed Dec 26, 2024
1 parent 380928d commit 5eeff36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/bridge-client/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub(crate) struct Cli {
)]
pub datadir: Option<String>,

/// Master operator's key in xpriv format. Defaults to the environment variable
/// Master operator key in xpriv format. Defaults to the environment variable
/// `STRATA_OP_MASTER_XPRIV` if not provided.
#[argh(
option,
Expand Down
1 change: 0 additions & 1 deletion functional-tests/fn_bridge_reassignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def main(self, ctx: flexitest.RunContext):
assigned_operator.stop()

# Let enough blocks pass so the assignment times out
# (64 is the dispatch_assignment_duration)
self.btcrpc.proxy.generatetoaddress(DISPATCH_ASSIGNMENT_DURATION, UNSPENDABLE_ADDRESS)
time.sleep(3)

Expand Down

0 comments on commit 5eeff36

Please sign in to comment.