mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-15 10:26:37 -04:00
fix bug with bank account
This commit is contained in:
parent
0905fbd6b4
commit
9d0d81a7b8
@ -33,7 +33,7 @@ public class BitSquare extends Application
|
||||
{
|
||||
private static final Logger log = LoggerFactory.getLogger(BitSquare.class);
|
||||
|
||||
public static boolean fillFormsWithDummyData = true;
|
||||
public static boolean fillFormsWithDummyData = false;
|
||||
|
||||
private static String APP_NAME = "bitsquare";
|
||||
private static Stage primaryStage;
|
||||
|
@ -40,7 +40,6 @@ public class GuiceFXMLLoader
|
||||
{
|
||||
this.url = url;
|
||||
|
||||
// useCaching = false;
|
||||
isCached = useCaching && cachedGUIItems.containsKey(url);
|
||||
if (!isCached)
|
||||
{
|
||||
|
@ -125,7 +125,7 @@ public class ProtocolForTakerAsSeller
|
||||
|
||||
peersMessagePublicKey = offer.getMessagePublicKey();
|
||||
|
||||
bankAccount = user.getBankAccount(offer.getBankAccountId());
|
||||
bankAccount = user.getCurrentBankAccount();
|
||||
accountId = user.getAccountId();
|
||||
messagePublicKey = user.getMessagePublicKey();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user