From 94e676b46f39280233d4d8ebc2e866a51283dbfa Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 8 May 2014 14:30:50 -0500 Subject: [PATCH] Fix another typo. --- tx/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx/doc.go b/tx/doc.go index cda9ef9..21bcf45 100644 --- a/tx/doc.go +++ b/tx/doc.go @@ -49,7 +49,7 @@ // needing to iterate over every unspent credit. // // Finally, this package records transaction insertion history (such as -// the date a transaction was first received0 and is able to create the +// the date a transaction was first received) and is able to create the // JSON reply structure for RPC calls such as listtransactions for any // saved transaction. //