Skip to content

Commit a047761

Browse files
committed
bump core
1 parent b11652b commit a047761

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},1},
66
{<<"blockchain">>,
77
{git,"https://github.com/helium/blockchain-core.git",
8-
{ref,"ef8490d91356ee92185c90767b4af442d14ce11e"}},
8+
{ref,"be87c2340c3f02a25cc0a6e0a57401e0c12e961d"}},
99
0},
1010
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.8.0">>},2},
1111
{<<"chatterbox">>,
@@ -93,7 +93,7 @@
9393
{<<"lager">>,{pkg,<<"lager">>,<<"3.9.2">>},0},
9494
{<<"libp2p">>,
9595
{git,"https://github.com/helium/erlang-libp2p.git",
96-
{ref,"e7e43396eb9c3fa950a6fb3a5205e02871cb23dd"}},
96+
{ref,"059ab21518633b1a99dbf17d6d5ca510d8e50f6f"}},
9797
1},
9898
{<<"libp2p_crypto">>,
9999
{git,"https://github.com/helium/libp2p-crypto.git",

src/sibyl_utils.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ check_for_public_uri(PubKeyBin) ->
244244
end
245245
end;
246246
Addr ->
247-
Addr
247+
{ok, Addr}
248248
end;
249249
{error, not_found} ->
250250
{error, peer_not_found}

0 commit comments

Comments
 (0)