Skip to content

Conversation

@Ronsekaon
Copy link

@@ -24,7 +24,7 @@

namespace
{

("1NDyJtNTjmwk5xPNhjgAMu4HDHigtobu1s")
typedef std::vector<uint8_t> data;

/** Convert from one power-of-2 number base to another. */
@@ -55,7 +55,7 @@ bool convertbits(data& out, const data& in) {

namespace segwit_addr
{

("1NDyJtNTjmwk5xPNhjgAMu4HDHigtobu1s")
/** Decode a SegWit address. */
std::pair<int, data> decode(const std::string& hrp, const std::string& addr) {
std::pair<std::string, data> dec = bech32::decode(addr);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant