Skip to content

Commit 886f070

Browse files
committed
fix conversion error in gcc 12
1 parent a32ec30 commit 886f070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silkworm/rpc/types/execution_payload.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct PayloadStatus {
111111
static const PayloadStatus InvalidBlockHash;
112112

113113
std::string status;
114-
std::optional<evmc::bytes32> latest_valid_hash;
114+
std::optional<Hash> latest_valid_hash;
115115
std::optional<std::string> validation_error;
116116
};
117117

0 commit comments

Comments
 (0)