Skip to content

Commit

Permalink
Merge pull request #12 from TRON-US/update_escrow_proto
Browse files Browse the repository at this point in the history
update escrow proto for sign
  • Loading branch information
jin-tron authored Nov 7, 2019
2 parents 98c96e8 + 6faf0de commit cf79dc3
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 281 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
default: lintf

SRC_DIR=./info ./ledger

install:
brew install protobuf
brew install prototool
Expand All @@ -13,7 +11,4 @@ lintf:
build:
prototool all
go mod tidy
for dir in $(SRC_DIR); \
do \
go build $$dir; \
done
go build ./...
Loading

0 comments on commit cf79dc3

Please sign in to comment.