diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-11-04 20:42:46 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-11-04 20:42:46 +0200 |
| commit | 69b646494b17a02e381128e54caebccf2d2b7729 (patch) | |
| tree | fff8581b14acee9f299f6fc5673a0b5780f0f4f1 /.gitmodules | |
| parent | 22da14bb1c9336a25f0344ef12d9123e16883063 (diff) | |
| parent | 29ffb6bba8867586986345b4f0c560e5ea5fce85 (diff) | |
| download | monzero-core-69b646494b17a02e381128e54caebccf2d2b7729.tar.gz monzero-core-69b646494b17a02e381128e54caebccf2d2b7729.tar.xz monzero-core-69b646494b17a02e381128e54caebccf2d2b7729.zip | |
Merge pull request #4241
29ffb6bb device/trezor: trezor support added (Dusan Klinec)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 91bddb0a3..6e2339fb9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,6 @@ [submodule "external/rapidjson"] path = external/rapidjson url = https://github.com/Tencent/rapidjson +[submodule "external/trezor-common"] + path = external/trezor-common + url = https://github.com/trezor/trezor-common.git |
