Skip to content

Commit 6b5532a

Browse files
committed
Merge pull request #1279 from bas-vk/rpc-http
Integrate console and remove old rpc package structure
2 parents 139439d + 2b3957f commit 6b5532a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1725
-5319
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ geth:
1010
@echo "Done building."
1111
@echo "Run \"$(GOBIN)/geth\" to launch geth."
1212

13-
console:
14-
build/env.sh go install -v $(shell build/ldflags.sh) ./cmd/console
15-
@echo "Done building."
16-
@echo "Run \"$(GOBIN)/console\" to launch the console."
17-
1813
mist:
1914
build/env.sh go install -v $(shell build/ldflags.sh) ./cmd/mist
2015
@echo "Done building."

cmd/console/admin.go

Lines changed: 0 additions & 9 deletions
This file was deleted.

cmd/console/contracts.go

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)