From c34c991472827324e6730d3db2c6c28d2fa9675e Mon Sep 17 00:00:00 2001 From: Gary Yu Date: Tue, 22 Jan 2019 21:31:34 +0800 Subject: [PATCH] fix: wallet outputs display on white background color scheme (#2444) --- wallet/src/display.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet/src/display.rs b/wallet/src/display.rs index c4a35e0f..b6696511 100644 --- a/wallet/src/display.rs +++ b/wallet/src/display.rs @@ -92,6 +92,7 @@ pub fn outputs( } else { table.add_row(row![ bFD->commit, + bFB->index, bFB->height, bFB->lock_height, bFR->status,