Update account.go

This commit is contained in:
rbarrabe
2016-11-29 14:22:32 +01:00
committed by GitHub
parent 9072d1c679
commit 88cc0cf370

View File

@@ -823,7 +823,7 @@ func (acc *Account) Clone() *Account {
return newAcc
}
func (acc *Account) DebitConnectionFee(cc *CallCost, usefulMoneyBalances Balances, count bool, block bool) bool {
func (acc *Account) DebitConnectionFee(cc *CallCost, usefulMoneyBalances Balances, count bool, block bool) (bool, Balance) {
if cc.deductConnectFee {
connectFee := cc.GetConnectFee()
//log.Print("CONNECT FEE: %f", connectFee)