FactomProject / factom

Library for writing Factom clients in go
MIT License
44 stars 19 forks source link

Add support for pending entries #140

Closed WhoSoup closed 4 years ago

WhoSoup commented 4 years ago

While debugging, I discovered that the existing GetPendingEntries() function just returns the JSON string without parsing it. This change instead returns a slice of parsed entries, expands the comment, and adds a unit test.