cryptonomex / graphene

MIT License
1.05k stars 337 forks source link

add_secondary_index does not return pointer to new index #652

Closed nathanielhourt closed 7 years ago

nathanielhourt commented 8 years ago

Unlike database::add_index, base_primary_index::add_secondary_index does not return a pointer to the newly created index object. It should to maintain consistency with primary indices, and also because I need it to. :)

vikramrajkumar commented 7 years ago

This issue was moved to bitshares/bitshares-core#212