From 76f8d9489356daa4b154443bbf2e09f670d24d34 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Sun, 14 Jan 2018 15:54:53 -0500 Subject: [PATCH] change default repo branches --- integration_tests/bin/blockstack-testbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/bin/blockstack-testbox b/integration_tests/bin/blockstack-testbox index 94c0bdaad..85f3f7bee 100755 --- a/integration_tests/bin/blockstack-testbox +++ b/integration_tests/bin/blockstack-testbox @@ -63,13 +63,13 @@ DEFAULT_DEPS = [ { 'name': 'virtualchain', 'git': 'https://github.com/blockstack/virtualchain', - 'branch': 'hotfix/faster-cryptography', + 'branch': 'develop', 'type': 'python', }, { 'name': 'blockstack-core', 'git': 'https://github.com/blockstack/blockstack-core', - 'branch': 'hotfix/ipfs-support', + 'branch': 'feature/clean-chainstate', 'type': 'python', 'subpackages': ['integration_tests'], },