Now grpchead have correct name (#175)

This commit is contained in:
a10zn8
2023-03-19 18:59:03 +03:00
committed by GitHub
parent d281cd8857
commit b1f302aa60
7 changed files with 15 additions and 41 deletions

View File

@@ -58,6 +58,7 @@ class GrpcHeadSpec extends Specification {
TestingCommons.blockForBitcoin(head.height)
}
def head = new GrpcHead(
"test",
Chain.BITCOIN,
Stub(DefaultUpstream),
client,
@@ -119,6 +120,7 @@ class GrpcHeadSpec extends Specification {
TestingCommons.blockForBitcoin(head.height)
}
def head = new GrpcHead(
"test",
Chain.BITCOIN,
Stub(DefaultUpstream),
client,