diff --git a/futurerestore/futurerestore.cpp b/futurerestore/futurerestore.cpp index fda7aeff..e2318e78 100644 --- a/futurerestore/futurerestore.cpp +++ b/futurerestore/futurerestore.cpp @@ -235,7 +235,7 @@ void futurerestore::waitForNonce(){ vectornonces; for (auto im4m : _im4ms){ - nonces.push_back(getNonceFromIM4M(im4m,&nonceSize)); + nonces.push_back(_is32bit ? getNonceFromSCAB(im4m,&nonceSize) : getNonceFromIM4M(im4m,&nonceSize)); } waitForNonce(nonces,nonceSize);