Skip to content

Commit

Permalink
merge from masterv2
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Mar 12, 2021
1 parent ea1262c commit 18004d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "priv/cabbage"]
path = priv/cabbage
url = git@github.com:omgnetwork/specs.git
branch = master
branch = master-v2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule OMG.WatcherInfo.BlockApplicatorTest do
import Ecto.Query, only: [where: 2]

setup do
eth = OMG.Eth.zero_address()
eth = <<0::160>>
alice = OMG.TestHelper.generate_entity()
tx = OMG.TestHelper.create_recovered([{1, 0, 0, alice}], eth, [{alice, 100}])

Expand Down

0 comments on commit 18004d7

Please sign in to comment.