File tree Expand file tree Collapse file tree
include/bitcoin/database/tables/caches Expand file tree Collapse file tree Original file line number Diff line number Diff line change 117117 <Import Project =" $(ProjectDir)..\..\properties\Output.props" />
118118 <Import Project =" $(ProjectDir)$(ProjectName).props" />
119119 </ImportGroup >
120+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='ReleaseSEXE|x64'" >
121+ <Linkage-secp256k1 />
122+ <Linkage-ultrafast >static</Linkage-ultrafast >
123+ </PropertyGroup >
120124 <ItemGroup >
121125 <ClCompile Include =" ..\..\..\..\test\error.cpp" />
122126 <ClCompile Include =" ..\..\..\..\test\file\rotator.cpp" />
Original file line number Diff line number Diff line change 120120 <Import Project =" $(ProjectDir)..\..\properties\Output.props" />
121121 <Import Project =" $(ProjectDir)$(ProjectName).props" />
122122 </ImportGroup >
123+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='ReleaseLIB|x64'" >
124+ <Linkage-secp256k1 />
125+ <Linkage-ultrafast >static</Linkage-ultrafast >
126+ </PropertyGroup >
123127 <ItemGroup >
124128 <ClCompile Include =" ..\..\..\..\src\define.cpp" />
125129 <ClCompile Include =" ..\..\..\..\src\error.cpp" />
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ struct silent
7373 tx::integer tx_fk{};
7474 };
7575
76- struct put_ref
76+ struct records
7777 : public schema::silent
7878 {
7979 inline link count () const NOEXCEPT
You can’t perform that action at this time.
0 commit comments