aboutsummaryrefslogtreecommitdiffstats
path: root/mobile/android_test.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-01-07 00:04:19 +0800
committerGitHub <noreply@github.com>2017-01-07 00:04:19 +0800
commit444fc892b0a860218dab3e421d92c33408b9eb6d (patch)
tree2e24d5f0ca14396ce142dcb44ca8b4db387ef262 /mobile/android_test.go
parente0fde022909d272e55fb9ea2d4f8cfe9f178dba8 (diff)
parentb56aee369783813e4994f7c0ca743d9c45e9f436 (diff)
downloaddexon-444fc892b0a860218dab3e421d92c33408b9eb6d.tar
dexon-444fc892b0a860218dab3e421d92c33408b9eb6d.tar.gz
dexon-444fc892b0a860218dab3e421d92c33408b9eb6d.tar.bz2
dexon-444fc892b0a860218dab3e421d92c33408b9eb6d.tar.lz
dexon-444fc892b0a860218dab3e421d92c33408b9eb6d.tar.xz
dexon-444fc892b0a860218dab3e421d92c33408b9eb6d.tar.zst
dexon-444fc892b0a860218dab3e421d92c33408b9eb6d.zip
Merge pull request #3524 from karalabe/mobile-signwith-swift-fixup
mobile: rename passphrase signing method to avoid Swift rewrite
Diffstat (limited to 'mobile/android_test.go')
-rw-r--r--mobile/android_test.go2
1 files changed, 1 insertions, 1 deletions
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");