Skip to content

Conversation

@antoniobp
Copy link

No description provided.

bitgo/bitgo.py Outdated
if fee is None:
fee = self.calculate_fee(len(spendables), 2)
elif fee < MINIMAL_FEE:
raise Exception("Fee to low... your fee: %s min fee allowed: %s" % (fee, MINIMAL_FEE))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this, I would let the developer shoot on their own foot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants