mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Remove pre-filled entries in ManualPayoutTxWindow
This commit is contained in:
parent
da2b12f71a
commit
e6498e2659
1 changed files with 4 additions and 9 deletions
|
@ -119,8 +119,8 @@ public class ManualPayoutTxWindow extends Overlay<ManualPayoutTxWindow> {
|
|||
depositTxHex.setText("");
|
||||
P2SHMultiSigOutputScript.setText("");
|
||||
|
||||
buyerPayoutAmount.setText("1.03");
|
||||
sellerPayoutAmount.setText("0.03");
|
||||
buyerPayoutAmount.setText("");
|
||||
sellerPayoutAmount.setText("");
|
||||
arbitratorPayoutAmount.setText("0");
|
||||
|
||||
buyerAddressString.setText("");
|
||||
|
@ -131,13 +131,8 @@ public class ManualPayoutTxWindow extends Overlay<ManualPayoutTxWindow> {
|
|||
sellerPubKeyAsHex.setText("");
|
||||
sellerPrivateKeyAsHex.setText("");
|
||||
|
||||
//4.9 (pkfcmj42c6es6tjt.onion)
|
||||
// arbitratorAddressString.setText("19xdeiQM2Hn2M2wbpT5imcYWzqhiSDHPy4");
|
||||
// arbitratorPubKeyAsHex.setText("02c62e794fe67f3a2115e2de4757143ff7f27bdf38aa4ae58a3595baa6d676875b");
|
||||
|
||||
// 4.2 (ntjhaj27rylxwvnp.onion)
|
||||
arbitratorAddressString.setText("1FdFzBazmHQxbUbdCUJwuCtR37DrZrEobu");
|
||||
arbitratorPubKeyAsHex.setText("030fdc2ebc297df4047442f6079f1ce3b7d1938a41f88bd11497545cc94fcfd315");
|
||||
arbitratorAddressString.setText("");
|
||||
arbitratorPubKeyAsHex.setText("");
|
||||
|
||||
actionButtonText("Sign and publish transaction");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue