(VDB-249) Update numerical values for Vat.fold

- convert rate to ray
This commit is contained in:
Rob Mulholand
2018-12-07 11:24:06 -06:00
parent b922e73bf9
commit 4a5765b20d
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ var rawVatFoldLog, _ = json.Marshal(EthVatFoldLog)
var VatFoldModel = vat_fold.VatFoldModel{
Ilk: "REP",
Urn: "0x3728e9777B2a0a611ee0F89e00E01044ce4736d1",
Rate: "2",
Rate: "0.000000000000000000000000002",
LogIndex: EthVatFoldLog.Index,
TransactionIndex: EthVatFoldLog.TxIndex,
Raw: rawVatFoldLog,