my-cloud / ruthenium

Golang implementation of the Ruthenium protocol
The Unlicense
11 stars 1 forks source link

Simplify transaction request #153

Closed JeremyPansier closed 1 year ago

JeremyPansier commented 1 year ago

Context The PublicKey field of the server.TransactionRequest struct is unused.

Description Remove this field.

Tasks Try to split the feature into small tasks.