geth 1.10.21 update with changes for API update in issue 177 #182

Merged
ABastionOfSanity merged 8 commits from geth1.10.21-update-wip into v4 2022-08-03 13:21:30 +00:00
Showing only changes of commit 9eb7b22f47 - Show all commits

View File

@ -431,7 +431,7 @@ var _ = Describe("Integration test", func() {
Expect(err).ToNot(HaveOccurred())
_, err = ipldClient.ChainID(ctx)
Expect(err).To(HaveOccurred())
Expect(err).ToNot(HaveOccurred())
})
})
})