diff --git a/firmware/protob/Makefile b/firmware/protob/Makefile index 5a3327f96e..09643feb54 100644 --- a/firmware/protob/Makefile +++ b/firmware/protob/Makefile @@ -12,7 +12,7 @@ PYTHON ?= python protoc -I/usr/include -I. $< --python_out=. messages_map.h: messages_map.py messages_pb2.py types_pb2.py - $(PYTHON) $< > $@ + $(PYTHON) $< | grep -v MessageType_Lisk > $@ clean: rm -f *.pb *.o *.d *.pb.c *.pb.h *_pb2.py messages_map.h diff --git a/vendor/trezor-common b/vendor/trezor-common index 260747dfa4..b466b721a2 160000 --- a/vendor/trezor-common +++ b/vendor/trezor-common @@ -1 +1 @@ -Subproject commit 260747dfa44ab77cd1e9f27f16db116eed0b45fc +Subproject commit b466b721a213a354ff7d8feacb27d2be80f61312