mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
set bip47 wallet from an associated wallet
This commit is contained in:
parent
40e06b96a9
commit
ad091217d6
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ public class Soroban {
|
|||
Soroban soroban = AppServices.getSorobanServices().getSoroban(associatedWallet);
|
||||
if(soroban != null && soroban.getHdWallet() != null) {
|
||||
hdWallet = soroban.hdWallet;
|
||||
bip47Wallet = soroban.bip47Wallet;
|
||||
paymentCode = soroban.paymentCode;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue