rpc: update for API and protobuf changes

This commit is contained in:
George Tankersley
2018-12-04 18:21:53 -05:00
parent dda5dffe6b
commit 38d61b509c
16 changed files with 209 additions and 190 deletions

View File

@@ -123,7 +123,7 @@ func TestBlockHeader(t *testing.T) {
break
}
hash := blockHeader.GetHash()
hash := blockHeader.GetDisplayHash()
// This is not necessarily true for anything but our current test cases.
for _, b := range hash[:4] {