Skip to content

Commit

Permalink
fix xchain
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverfox committed Dec 25, 2022
1 parent db31e12 commit 7586ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/tpnode/src/xchain_client_worker.erl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ws_mode(Pid, #{parent:=Parent, proto:=Proto}=Sub, GetFun) ->
Cmd = xchain:pack(Payload, Proto),
gun:ws_send(Pid, {binary, Cmd}),
?MODULE:ws_mode(Pid, Sub, GetFun);
{gun_ws, Pid, {binary, Bin}} ->
{gun_ws, Pid, _Ref, {binary, Bin}} ->
Cmd = xchain:unpack(Bin, Proto),
?LOG_DEBUG("XChain client got ~p",[Cmd]),
Sub1=xchain_client_handler:handle_xchain(Cmd, Pid, Sub),
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@


{relx, [
{release, { thepower, "0.14.0" }, [tpnode,
{release, { thepower, "0.14.1" }, [tpnode,
sasl,
runtime_tools
]},
Expand Down

0 comments on commit 7586ed8

Please sign in to comment.