Skip to content

Commit

Permalink
Merge pull request #327 from ElementsProject/lwk-increase-timeout
Browse files Browse the repository at this point in the history
lwk: increase default context timeout
  • Loading branch information
grubles authored Nov 14, 2024
2 parents a79dca1 + 79274df commit 69fa044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwk/lwkwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
// TODO: Basically, the inherited ctx should be used
// and there is no need to specify a timeout here.
// Set up here because ctx is not inherited throughout the current codebase.
defaultContextTimeout = time.Second * 5
defaultContextTimeout = time.Second * 20
minimumFee SatPerVByte = 0.1
supportedCLIVersion = "0.5.1"
)
Expand Down

0 comments on commit 69fa044

Please sign in to comment.