Skip to content

Commit

Permalink
CI: fast CI and enable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Mar 5, 2024
1 parent 80ebc57 commit 8edba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GWallet.Backend/Config.fs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module Config =

// NOTE: enabling this might look confusing because it only works for non-cache
// balances, so you might find discrepancies (e.g. the donut-chart-view)
let internal NoNetworkBalanceForDebuggingPurposes = false
let internal NoNetworkBalanceForDebuggingPurposes = true

let internal UseNativeSegwit =
#if NATIVE_SEGWIT
Expand Down

0 comments on commit 8edba8e

Please sign in to comment.