From 8a37e2584d9d81ca170c4f147a207d1bc5e0ee11 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 19 May 2022 13:31:49 -0400 Subject: [PATCH] fix test by adding extension data --- internal/store/store_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/store/store_test.go b/internal/store/store_test.go index 363abefc5..ff915181c 100644 --- a/internal/store/store_test.go +++ b/internal/store/store_test.go @@ -36,6 +36,7 @@ func makeTestExtCommit(height int64, timestamp time.Time) *types.ExtendedCommit Timestamp: timestamp, Signature: []byte("Signature"), }, + ExtensionSignature: []byte("ExtensionSignature"), }} return &types.ExtendedCommit{ Height: height,