mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
util: make EncodeBase64 consume Spans
This commit is contained in:
parent
2bc207190e
commit
e2aa1a585a
4 changed files with 11 additions and 11 deletions
|
|
@ -64,7 +64,7 @@ bool MessageSign(
|
|||
return false;
|
||||
}
|
||||
|
||||
signature = EncodeBase64(signature_bytes.data(), signature_bytes.size());
|
||||
signature = EncodeBase64(signature_bytes);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue