Closed kastolars closed 5 years ago
Change I/O related functions to use file pointers/database connections instead of opening and closing excessively in the blockchain package.
blockchain
https://www.vividcortex.com/blog/2015/09/22/common-pitfalls-go/
Example: This should be replaced with a database connection and a file pointer.
Completed
Change I/O related functions to use file pointers/database connections instead of opening and closing excessively in the
blockchain
package.https://www.vividcortex.com/blog/2015/09/22/common-pitfalls-go/
Example: This should be replaced with a database connection and a file pointer.