Skip to content

Commit 926b750

Browse files
committed
Fixed CVX -> CVM see #519
1 parent 6a92e02 commit 926b750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convex-gui/src/main/java/convex/gui/models/TorusTableModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public TorusTableModel(State state) {
2727
this.asset=eval("(import convex.asset)");
2828
}
2929

30-
private static final String[] FIXED_COLS = new String[] { "Token", "Market", "Pool AMT", "Pool CVX","Price" };
30+
private static final String[] FIXED_COLS = new String[] { "Token", "Market", "Pool AMT", "Pool CVM","Price" };
3131
private static final Symbol SYM_MARKETS = Symbol.create("markets");
3232

3333
NumberFormat formatter = new DecimalFormat("#0.000000");

0 commit comments

Comments
 (0)