diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-03-05 19:10:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-03-05 19:10:22 +0200 |
commit | 302aedb845a64f511f40251cfad35bbdc04c4dd1 (patch) | |
tree | fdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /tests/unit_tests/ringct.cpp | |
parent | Merge pull request #3303 (diff) | |
parent | Correct spelling mistakes. (diff) | |
download | monero-302aedb845a64f511f40251cfad35bbdc04c4dd1.tar.xz |
Merge pull request #3156
fbcc91c2 Correct spelling mistakes. (Edward Betts)
Diffstat (limited to 'tests/unit_tests/ringct.cpp')
-rw-r--r-- | tests/unit_tests/ringct.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/ringct.cpp b/tests/unit_tests/ringct.cpp index 95b20f563..b7fcbbcab 100644 --- a/tests/unit_tests/ringct.cpp +++ b/tests/unit_tests/ringct.cpp @@ -132,7 +132,7 @@ TEST(ringct, MG_sigs) } sk[j] = xx[ind][j]; } - sk[2] = skGen();//asume we don't know one of the private keys.. + sk[2] = skGen();//assume we don't know one of the private keys.. IIccss = MLSAG_Gen(message, P, sk, NULL, NULL, ind, R, hw::get_device("default")); ASSERT_FALSE(MLSAG_Ver(message, P, IIccss, R)); } |