demo: Remove unnecessary 'participants' field from IRS demo fixture

This commit is contained in:
Andras Slemmer 2016-06-20 12:11:58 +01:00
parent d8e0e8d548
commit 298b35ba4f

View File

@ -99,6 +99,5 @@
"dailyInterestAmount": "(CashAmount * InterestRate ) / (fixedLeg.notional.token.currencyCode.equals('GBP')) ? 365 : 360",
"tradeID": "tradeXXX",
"hashLegalDocs": "put hash here"
},
"participants": ["AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"] // 43 'A's, size of a Base58 encoded ed25519 pubkey
}
}