diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-25 21:48:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-25 21:48:25 +0200 |
commit | 719a6a89c63506f129036b07c519dcbd770aeffb (patch) | |
tree | 1dc9792e843f859d74b08e4e06fde923f1d8c63e /.gitignore | |
parent | Merge pull request #560 (diff) | |
parent | changed height to uint64_t (diff) | |
download | monero-719a6a89c63506f129036b07c519dcbd770aeffb.tar.xz |
Merge pull request #557
791e7fb changed height to uint64_t (Brendan Telzrow)
4cd7913 added RPC wallet command getheight (Brendan Telzrow)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 18653c238..622bbdb3a 100644 --- a/.gitignore +++ b/.gitignore @@ -101,4 +101,5 @@ local.properties # TeXlipse plugin .texlipse +.idea/ |