Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Golang 1.18 or higher

> Note: this project is under heavy development! Things may change rapidly!

## Instalation
## Installation

```
make build
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- remove random (tx, block, etc) from tests and use the util/random functions and fix potential circular dependencies
- double check what transactions to use from txpool before creating a new block
- Fix error logging in blockhain.go (some logs not passing through)
- Taks block rewards
- Take block rewards
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/anthdm/projectx

go 1.18
go 1.22

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down