Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vctt94 committed Jun 20, 2022
1 parent ce12e31 commit e979020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/asset/dcr/dcr.go
Expand Up @@ -765,7 +765,7 @@ func (dcr *ExchangeWallet) feeRate(confTarget uint64) (uint64, error) {
estimatedFeeRate, err := feeEstimator.EstimateSmartFeeRate(dcr.ctx, int64(confTarget), chainjson.EstimateSmartFeeConservative)
if err != nil {
dcr.log.Errorf("Failed to get fee rate with estimate smart fee rate: %v", err)
if dcr.allowExternalAPIRequest == false {
if !dcr.allowExternalAPIRequest {
return 0, err
}
dcr.log.Info("trying to estimate fee with externeral API")
Expand Down

0 comments on commit e979020

Please sign in to comment.