Skip to content
Commit f81b1f6a authored by Peter Goodspeed-Niklaus's avatar Peter Goodspeed-Niklaus
Browse files

Get current relay block head without messing with signatures

Turns out we already had a client object available which implemented
the necessary trait; the difficulty was just that I didn't know that
a. the trait existed, or that
b. the client in our possession implemented that trait.

This does make things much neater; it just means propagating the
trait bound backwards as implemented here.
parent 649fbe4d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment