aboutsummaryrefslogtreecommitdiff
path: root/src/common/base58.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/base58.h')
-rw-r--r--src/common/base58.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/base58.h b/src/common/base58.h
index 02ca96956..69611859d 100644
--- a/src/common/base58.h
+++ b/src/common/base58.h
@@ -41,6 +41,6 @@ namespace tools
bool decode(const std::string& enc, std::string& data);
std::string encode_addr(uint64_t tag, const std::string& data);
- bool decode_addr(std::string addr, uint64_t& tag, std::string& data);
+ bool decode_addr(const std::string &addr, uint64_t& tag, std::string& data);
}
}