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 @@ -72,10 +72,10 @@ struct ecdsa
7272 };
7373};
7474
75- static_assert (offsetof(system::ecdsa::triple, digest) == 0 );
76- static_assert (offsetof(system::ecdsa::triple, point) == 32 );
77- static_assert (offsetof(system::ecdsa::triple, signature) == 65 );
78- static_assert (offsetof(system::ecdsa::triple, identifier) == 129 );
75+ // // static_assert(offsetof(system::ecdsa::triple, digest) == 0);
76+ // // static_assert(offsetof(system::ecdsa::triple, point) == 32);
77+ // // static_assert(offsetof(system::ecdsa::triple, signature) == 65);
78+ // // static_assert(offsetof(system::ecdsa::triple, identifier) == 129);
7979static_assert (sizeof (system::ecdsa::triple) == schema::ecdsa::minrow);
8080
8181} // namespace table
Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ struct multisig
8080 };
8181};
8282
83- static_assert (offsetof(system::multisig::triple, digest) == 0 );
84- static_assert (offsetof(system::multisig::triple, point) == 32 );
85- static_assert (offsetof(system::multisig::triple, signature) == 65 );
86- static_assert (offsetof(system::multisig::triple, pair) == 129 );
87- static_assert (offsetof(system::multisig::triple, set) == 130 );
88- static_assert (offsetof(system::multisig::triple, identifier) == 132 );
83+ // // static_assert(offsetof(system::multisig::triple, digest) == 0);
84+ // // static_assert(offsetof(system::multisig::triple, point) == 32);
85+ // // static_assert(offsetof(system::multisig::triple, signature) == 65);
86+ // // static_assert(offsetof(system::multisig::triple, pair) == 129);
87+ // // static_assert(offsetof(system::multisig::triple, set) == 130);
88+ // // static_assert(offsetof(system::multisig::triple, identifier) == 132);
8989static_assert (sizeof (system::multisig::triple) == schema::multisig::minrow);
9090
9191} // namespace table
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ struct schnorr
7272 };
7373};
7474
75- static_assert (offsetof(system::schnorr::triple, digest) == 0 );
76- static_assert (offsetof(system::schnorr::triple, point) == 32 );
77- static_assert (offsetof(system::schnorr::triple, signature) == 64 );
78- static_assert (offsetof(system::schnorr::triple, identifier) == 128 );
75+ // // static_assert(offsetof(system::schnorr::triple, digest) == 0);
76+ // // static_assert(offsetof(system::schnorr::triple, point) == 32);
77+ // // static_assert(offsetof(system::schnorr::triple, signature) == 64);
78+ // // static_assert(offsetof(system::schnorr::triple, identifier) == 128);
7979static_assert (sizeof (system::schnorr::triple) == schema::schnorr::minrow);
8080
8181} // namespace table
You can’t perform that action at this time.
0 commit comments