set bip47 wallet from an associated wallet

This commit is contained in:
Craig Raw 2021-12-16 13:05:39 +02:00
parent 40e06b96a9
commit ad091217d6

View file

@ -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;
}
}