Skip to content

Commit 578f9f4

Browse files
committed
add deprecated proto field used for debugging
1 parent edca409 commit 578f9f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/src/main/proto/pb.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,6 +1586,7 @@ message ProcessModel {
15861586
string trade_fee_address = 19;
15871587
bool import_multisig_hex_scheduled = 20;
15881588
bool payment_sent_payout_tx_stale = 21;
1589+
bool error_on_payment_received_msg = 22; [deprecated = true]; // used during debugging across clients (can be repurposed)
15891590
}
15901591

15911592
message TradePeer {

0 commit comments

Comments
 (0)