Skip to content

Commit e505b36

Browse files
tac0turtletac0turtle
authored andcommitted
fix docker and proto
1 parent 2fbd381 commit e505b36

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/testapp/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ WORKDIR /ev-node
2121
# Dependencies are only re-downloaded when go.mod or go.sum change.
2222
COPY go.mod go.sum ./
2323
COPY apps/testapp/go.mod apps/testapp/go.sum ./apps/testapp/
24+
COPY core/go.mod core/go.sum ./core/
2425
RUN go mod download && (cd apps/testapp && go mod download)
2526

2627
# Copy the rest of the source and build.

proto/evnode/v1/evnode.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ message Header {
3838
bytes validator_hash = 11;
3939
// Chain ID the block belongs to
4040
string chain_id = 12;
41-
reserved 5, 7, 9, 13;
41+
reserved 5, 7, 9;
4242
}
4343

4444
// SignedHeader is a header with a signature and a signer.

0 commit comments

Comments
 (0)