Split: remove Debit variable

This commit is contained in:
Aaron Lindsay 2015-08-30 20:33:35 -04:00
parent 434d9c297e
commit 79ad47971e
1 changed files with 0 additions and 1 deletions

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) {