Skip to content

Commit f5771d6

Browse files
committed
chore: minor log text change
1 parent 5beec8d commit f5771d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/utilities.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ std::array<uint8_t, N> from_base64_to_array(std::string x) {
437437
std::string as_b64 = oxenc::from_base64(x);
438438
if (as_b64.size() != N) {
439439
throw std::invalid_argument(fmt::format(
440-
"from_base64_to_array: Decoded hex size mismatch: expected {}, got {}",
440+
"from_base64_to_array: Decoded v64 size mismatch: expected {}, got {}",
441441
N,
442442
as_b64.size()));
443443
}

0 commit comments

Comments
 (0)