Avoid assertion failure in coin control dialog. Fixes #11501.
Fix suggested by @MeshCollider in #11501 (comment):
Perhaps instead of the assert(), dFeeVary should just be set to 0 if nBytes is 0.
Avoid assertion failure in coin control dialog. Fixes #11501.
Fix suggested by @MeshCollider in #11501 (comment):
Perhaps instead of the assert(), dFeeVary should just be set to 0 if nBytes is 0.
Oh, didn't see @jonasschnelli's fix. Thanks for beating me in time-to-fix! :-)