mirror of
https://github.com/mimblewimble/grin.git
synced 2025-03-13 20:41:08 +03:00
fix: wallet outputs display on white background color scheme (#2444)
This commit is contained in:
parent
6b5212e7ec
commit
c34c991472
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ pub fn outputs(
|
||||||
} else {
|
} else {
|
||||||
table.add_row(row![
|
table.add_row(row![
|
||||||
bFD->commit,
|
bFD->commit,
|
||||||
|
bFB->index,
|
||||||
bFB->height,
|
bFB->height,
|
||||||
bFB->lock_height,
|
bFB->lock_height,
|
||||||
bFR->status,
|
bFR->status,
|
||||||
|
|
Loading…
Reference in a new issue