moneroexamples ec68cf822f Make get_output_key method const
get_output_key method is commonly used when working with txs and their key images. Because the method is not const, passing blockchain object though const& or pointers to const is not possible in this context. This is especially problematic in external projects (e.g., projects in moneroexamples) that use monero C++ api to operate on the blockchain and txs.

Thus, having get_output_key method will simplify moving blockchain object around through const references and pointers to const objects.
2019-01-07 05:53:14 +08:00
..
2019-01-06 20:39:29 +02:00
2018-12-04 15:14:29 +00:00
2018-12-31 16:26:22 -06:00
2018-12-31 16:06:50 -06:00
2018-12-12 12:01:18 +02:00
2018-12-04 17:33:19 +02:00
2018-12-12 11:53:42 +02:00
2018-10-07 19:57:26 +02:00
2018-10-01 19:16:56 +03:00
2018-01-26 10:03:20 -05:00
2018-12-12 12:01:31 +02:00
2019-01-06 20:39:07 +02:00
2019-01-06 20:40:06 +02:00
2018-11-17 13:15:03 +00:00
2018-10-09 22:36:44 +02:00