Skip to content

Commit

Permalink
scale encoding
Browse files Browse the repository at this point in the history
Signed-off-by: iceseer <iceseer@gmail.com>
  • Loading branch information
iceseer committed Sep 10, 2023
1 parent ad6557a commit 205d233
Show file tree
Hide file tree
Showing 18 changed files with 1,019 additions and 79 deletions.
2 changes: 1 addition & 1 deletion core/network/helpers/scale_message_read_writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace kagome::network {
}

if (read_res.value()) {
auto msg_res = scale::decode<MsgType>(*read_res.value());
auto msg_res = ::scale::decode<MsgType>(*read_res.value());
if (!msg_res) {
return cb(msg_res.error());
}
Expand Down
Loading

0 comments on commit 205d233

Please sign in to comment.