From b56aee369783813e4994f7c0ca743d9c45e9f436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 6 Jan 2017 17:47:15 +0200 Subject: mobile: rename passphrase signing method to avoid Swift rewrite --- mobile/android_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile/android_test.go') diff --git a/mobile/android_test.go b/mobile/android_test.go index 9e38c1986..3776f8291 100644 --- a/mobile/android_test.go +++ b/mobile/android_test.go @@ -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"); -- cgit v1.2.3