mobile: rename passphrase signing method to avoid Swift rewrite

This commit is contained in:
Péter Szilágyi
2017-01-06 17:47:15 +02:00
parent e0fde02290
commit b56aee3697
2 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ public class AndroidTest extends InstrumentationTestCase {
Hash txHash = new Hash("0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef");
// Sign a transaction with a single authorization
byte[] signature = am.signWithPassphrase(signer, "Signer password", txHash.getBytes());
byte[] signature = am.signPassphrase(signer, "Signer password", txHash.getBytes());
// Sign a transaction with multiple manually cancelled authorizations
am.unlock(signer, "Signer password");