mark the created default balance

This commit is contained in:
Radu Ioan Fericean
2015-09-29 12:54:42 +03:00
parent 33176caae3
commit f2c8af67e0

View File

@@ -404,7 +404,7 @@ func (ub *Account) GetDefaultMoneyBalance(direction string) *Balance {
}
// create default balance
defaultBalance := &Balance{
Uuid: utils.GenUUID(),
Uuid: "D" + utils.GenUUID()[1:],
Weight: 0,
} // minimum weight
if ub.BalanceMap == nil {