Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into toni/static-fees
  • Loading branch information
joshuasing authored Jul 24, 2025
commit 0d5dcff775e6736e003687360b64eaaaca195cbe
6 changes: 0 additions & 6 deletions cmd/popmd/popmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ var (
Help: "the number of L2 Keystones behind the latest seen that we are willing to remine, this is handy for re-orgs",
Print: config.PrintAll,
},
"POPM_BITCOIN_URL": config.Config{
Value: &cfg.BitcoinURL,
DefaultValue: "",
Help: "the bitcoin url to connect to; it's either a tbc or blockstream url",
Print: config.PrintAll,
},
"POPM_STATIC_FEE": config.Config{
Value: &cfg.StaticFee,
DefaultValue: float64(0),
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.