Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1474 from helium/rg/upgrade-proto
Browse files Browse the repository at this point in the history
Upgrade proto
  • Loading branch information
madninja authored Sep 17, 2022
2 parents 4323004 + a34ca98 commit cda6127
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.18.1">>},0},
{<<"helium_proto">>,
{git,"https://github.com/helium/proto.git",
{ref,"a9c1d484e117384c195e0980bd0225c219f78996"}},
{ref,"b09456889e406889f4fa1ea325b9503678dc8447"}},
0},
{<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.2.3">>},2},
{<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},1},
Expand Down
Binary file modified rebar3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/grpc/helium_transaction_service.erl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%%%-------------------------------------------------------------------
-module(helium_transaction_service).

-behaviour(helium_transaction_bhvr).
-behaviour(helium_transaction_transaction_bhvr).
-include("autogen/server/transaction_pb.hrl").

-export([submit/2, query/2]).
Expand Down

0 comments on commit cda6127

Please sign in to comment.