1
0
Fork 0
forked from lthn/blockchain

minor cleanup

This commit is contained in:
cryptozoidberg 2020-01-09 02:06:11 +01:00
parent dc74da0ae6
commit ea4f75a74f
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -159,7 +159,6 @@ namespace currency
typedef tools::db::cached_key_value_accessor<crypto::hash, tx_details, true, false> transactions_container;
typedef tools::db::cached_key_value_accessor<crypto::hash, bool, false, false> hash_container;
//typedef tools::db::cached_key_value_accessor<crypto::key_image, uint64_t, false, false> key_images_container;
typedef tools::db::cached_key_value_accessor<uint64_t, uint64_t, false, true> solo_options_container;
typedef tools::db::cached_key_value_accessor<std::string, bool, false, false> aliases_container;
typedef tools::db::cached_key_value_accessor<account_public_address, bool, false, false> address_to_aliases_container;