diff --git a/include/bitcoin/database/tables/archives/txs.hpp b/include/bitcoin/database/tables/archives/txs.hpp index 34f1b17f..41ae7928 100644 --- a/include/bitcoin/database/tables/archives/txs.hpp +++ b/include/bitcoin/database/tables/archives/txs.hpp @@ -83,7 +83,7 @@ struct txs } // block.serialized_size(true) - bytes::integer wire{}; + bytes::integer wire{}; keys tx_fks{}; };