From 6f693e8d8f08c7714f03ae2274fb4659a23401a0 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Tue, 26 Jun 2018 21:35:30 +0200 Subject: [PATCH] Add support for referrer IDs at offers and trades See: https://github.com/bisq-network/proposals/issues/28 --- src/main/proto/pb.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/proto/pb.proto b/src/main/proto/pb.proto index 2093f53..2d7f54c 100644 --- a/src/main/proto/pb.proto +++ b/src/main/proto/pb.proto @@ -1357,6 +1357,7 @@ message PreferencesPayload { int32 tor_transport_ordinal = 36; string custom_bridges = 37; int32 bitcoin_nodes_option_ordinal = 38; + string referral_id = 39; } ///////////////////////////////////////////////////////////////////////////////////////////