mirror of
https://github.com/corda/corda.git
synced 2025-01-01 18:56:44 +00:00
Fixed index.
This commit is contained in:
parent
bbfbce6656
commit
7765b04f0b
@ -12,8 +12,8 @@ define(['viewmodel/FixedRate'], (fixedRateViewModel) => {
|
||||
};
|
||||
|
||||
let indexLookup = {
|
||||
"GBP": "LIBOR",
|
||||
"USD": "LIBOR",
|
||||
"GBP": "ICE LIBOR",
|
||||
"USD": "ICE LIBOR",
|
||||
"EUR": "EURIBOR"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user