From 79ad47971e7ad68161a86a1bc383764ea524b287 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 30 Aug 2015 20:33:35 -0400 Subject: [PATCH] Split: remove Debit variable --- transactions.go | 1 - 1 file changed, 1 deletion(-) diff --git a/transactions.go b/transactions.go index 72a4e73..ce688a5 100644 --- a/transactions.go +++ b/transactions.go @@ -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) {