From 1d8f88333fbf209a6af2160f91da4e62f8acc767 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 15 Mar 2019 16:30:42 -0700 Subject: Switch amounts_map to std::unordered_map --- src/balance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/balance.h') diff --git a/src/balance.h b/src/balance.h index b9c9c2c8..4ad960df 100644 --- a/src/balance.h +++ b/src/balance.h @@ -80,7 +80,7 @@ class balance_t multiplicative > > > > > > > > > > > > > { public: - typedef std::map amounts_map; + typedef std::unordered_map amounts_map; typedef std::vector amounts_array; amounts_map amounts; -- cgit v1.2.3