I'm writing a multi-user app based on the account feature. I cannot allow a negative balance in any account, but it often happens even if i check the balance before allowing the user to send funds 'cause the transaction fee is added to the value being sent.
How do i work around that? Can't i set bitcoind to not allow negative balances?
Thank you