Skip to content

Commit b4e894f

Browse files
authored
Merge pull request #5589 from EdgeApp/matthew/zano-multi-output
Add multi-output spends for Zano
2 parents 1596f04 + ca61a08 commit b4e894f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ PODS:
436436
- react-native-webview (13.8.4):
437437
- RCT-Folly (= 2021.07.22.00)
438438
- React-Core
439-
- react-native-zano (0.1.3):
439+
- react-native-zano (0.2.0):
440440
- OpenSSL-Universal
441441
- React-Core
442442
- react-native-zcash (0.9.7):
@@ -1159,7 +1159,7 @@ SPEC CHECKSUMS:
11591159
react-native-safari-view: 07dc856a2663fef31eaca6beb79b111b8f6cf1f2
11601160
react-native-safe-area-context: 8c70551c8688cd584a53487aa1b9361e991a3b4a
11611161
react-native-webview: eb98d9d9c956ebeae58bff20cbe09fb92cd75ffb
1162-
react-native-zano: 03c3a94b1c06702b388ff32406a23c2755c88852
1162+
react-native-zano: 731461ef5fbcf8bb9f46de940a63c095846bcf6c
11631163
react-native-zcash: 2ad9869faa35580ece8ee62ae5d584b7459b9af7
11641164
React-perflogger: 0cc42978a483a47f3696171dac2e7033936fc82d
11651165
React-RCTActionSheet: ea922b476d24f6d40b8e02ac3228412bd3637468

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"react-native-vector-icons": "^10.1.0",
160160
"react-native-webview": "^13.8.4",
161161
"react-native-wheel-picker-android": "^2.0.6",
162-
"react-native-zano": "^0.1.3",
162+
"react-native-zano": "^0.2.0",
163163
"react-native-zcash": "^0.9.7",
164164
"react-redux": "^8.1.1",
165165
"redux": "^4.2.1",

src/constants/WalletAndCurrencyConstants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ export const SPECIAL_CURRENCY_INFO: {
824824
dummyPublicAddress: 'ZxDVeKjCvceATxJ75a6BULddbcytgxHweGjRPqioF9pgF9YSUkFe7fo56WgGr6izuPjg74p4iJvPeY4xNntuoerK1WKNMJQoZ',
825825
noChangeMiningFee: true,
826826
isImportKeySupported: true,
827+
maxSpendTargets: 16,
827828
importKeyOptions: [
828829
{
829830
optionName: 'passphrase',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15518,10 +15518,10 @@ react-native-wheel-picker-android@^2.0.6:
1551815518
dependencies:
1551915519
moment "^2.22.0"
1552015520

15521-
react-native-zano@^0.1.3:
15522-
version "0.1.3"
15523-
resolved "https://registry.yarnpkg.com/react-native-zano/-/react-native-zano-0.1.3.tgz#16abcb38dba5aeaad053da084b26cd2946b60035"
15524-
integrity sha512-bPdZ6FDCK11xvsuBeL5Bw9YXGRHKVY/sXE5SdzhdXdt+rHwwEUFKJEOaSsz/+rt/Fqu92gk10ksNHZq77Sa4ng==
15521+
react-native-zano@^0.2.0:
15522+
version "0.2.0"
15523+
resolved "https://registry.yarnpkg.com/react-native-zano/-/react-native-zano-0.2.0.tgz#a9ed73ebe72a39009869f0a7eebd9194b4528fd1"
15524+
integrity sha512-Pk0li1nDjh77v/ef82UHwcAyWDiLmmr+4WcBimsZk17uEk+nbZQPETImW28s5kekv9LNWr6ZoIsjomAeLxWDPg==
1552515525
dependencies:
1552615526
cleaners "^0.3.17"
1552715527

0 commit comments

Comments
 (0)