Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Apr 11, 2024
1 parent 47cf0ff commit 894071c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/bitcoin/system/unicode/code_points.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <vector>
#include <bitcoin/system/define.hpp>

// TODO: these are static initializations.

namespace libbitcoin {
namespace system {

Expand Down
2 changes: 2 additions & 0 deletions include/bitcoin/system/wallet/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ namespace ctx
}
}

// TODO: these are static initializations.

/// Predefined contexts for use as default parameter values.
extern const context btc_mainnet_p2kh;
extern const context btc_mainnet_p2sh;
Expand Down
2 changes: 2 additions & 0 deletions include/bitcoin/system/words/catalogs/electrum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ namespace electrum {

typedef words::dictionary<2048> catalog;

// TODO: these are static initializations.

extern const catalog::words& en;
extern const catalog::words& es;
extern const catalog::words& it;
Expand Down
2 changes: 2 additions & 0 deletions include/bitcoin/system/words/catalogs/mnemonic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ namespace mnemonic {

typedef words::dictionary<2048> catalog;

// TODO: these are static initializations.

extern const catalog::words en;
extern const catalog::words es;
extern const catalog::words it;
Expand Down

0 comments on commit 894071c

Please sign in to comment.