1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-12-25 23:23:21 -05:00

Split: remove Debit variable

This commit is contained in:
Aaron Lindsay 2015-08-30 20:33:35 -04:00
parent 434d9c297e
commit 79ad47971e

View File

@ -21,7 +21,6 @@ type Split struct {
Number string // Check or reference number
Memo string
Amount string // String representation of decimal, suitable for passing to big.Rat.SetString()
Debit bool
}
func GetBigAmount(amt string) (*big.Rat, error) {