[bisq-network/bisq] [WIP] Autoconfirm XMR trade if tx check was validated by proof service (using tx private key) (#4378)

James Cox notifications at github.com
Sun Aug 9 17:38:37 UTC 2020


@chimp1984  How does this look for settings?  (GUI & protobuf representation)

----
![image](https://user-images.githubusercontent.com/47253594/89738023-08930580-da3b-11ea-8327-550d1b9df511.png)

----

    ///////////////////////////////////////////////////////////////////////////////////////////
    // Preferences
    ///////////////////////////////////////////////////////////////////////////////////////////

    message PreferencesPayload {
    [...]
        repeated AutoConfirmSettings auto_confirm_settings = 56;
    }


    message AutoConfirmSettings {
        TradeCurrency coin = 1;
        bool enabled = 2;
        int32 nConfirmBlocks = 3;
        int32 nServicesMustConfirm = 4;
        int64 amountMaxLimit = 5;
        int64 amountUsed = 6;
        repeated string serviceUrl = 7;
    }


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4378#issuecomment-671080282
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200809/f5904d4f/attachment.html>


More information about the bisq-github mailing list