Merge pull request #18 from bitshares/fork-websocketpp
Update websocketpp submodule to a forked and patched version
This commit is contained in:
commit
d810971c83
2 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
url = https://github.com/bitshares/secp256k1-zkp.git
|
url = https://github.com/bitshares/secp256k1-zkp.git
|
||||||
[submodule "vendor/websocketpp"]
|
[submodule "vendor/websocketpp"]
|
||||||
path = vendor/websocketpp
|
path = vendor/websocketpp
|
||||||
url = https://github.com/zaphoyd/websocketpp.git
|
url = https://github.com/bitshares/websocketpp.git
|
||||||
[submodule "vendor/editline"]
|
[submodule "vendor/editline"]
|
||||||
path = vendor/editline
|
path = vendor/editline
|
||||||
url = https://github.com/troglobit/editline.git
|
url = https://github.com/troglobit/editline.git
|
||||||
|
|
|
||||||
2
vendor/websocketpp
vendored
2
vendor/websocketpp
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 378437aecdcb1dfe62096ffd5d944bf1f640ccc3
|
Subproject commit e6c4e3c54bf9cf1892c85a6ed6289486bba36fa1
|
||||||
Loading…
Reference in a new issue