File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func searchBlocks(
38
38
) []chain.SigBlock {
39
39
// Create the gRPC block client
40
40
cln := rpc .NewBlockClient (conn )
41
- // Call the BlocksSearch method to get the gRPC server stream of blcoks that
41
+ // Call the BlocksSearch method to get the gRPC server stream of blocks that
42
42
// match the search request
43
43
stream , err := cln .BlockSearch (ctx , req )
44
44
if err != nil {
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ func TestStateSync(t *testing.T) {
194
194
t .Fatal (err )
195
195
}
196
196
// Verify that the last block number and the last block parent on the
197
- // confirmed sates of the the new node and the bootstrap node are equal
197
+ // confirmed states of the the new node and the bootstrap node are equal
198
198
gotLastBlock , expLastBlock := nodeState .LastBlock (), bootState .LastBlock ()
199
199
if gotLastBlock .Number != expLastBlock .Number {
200
200
t .Errorf (
You can’t perform that action at this time.
0 commit comments