change default repo branches

This commit is contained in:
Jude Nelson
2018-01-14 15:54:53 -05:00
parent c25047e789
commit 76f8d94893

View File

@@ -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'],
},