1
0
Fork 0
forked from lthn/blockchain

gcc compilation fixed

This commit is contained in:
sowle 2024-10-21 20:51:27 +02:00
parent 6a32f3f26d
commit ac51ccbf8c
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -74,7 +74,9 @@ namespace currency
/************************************************************************/
/* */
/************************************************************************/
struct asset_descriptor_operation_v1;
//since structure used in blockchain as a key accessor, then be sure that there is no padding inside
#pragma pack(push, 1)
struct account_public_address_old