forked from lthn/blockchain
minor cleanup
This commit is contained in:
parent
dc74da0ae6
commit
ea4f75a74f
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue