commit 8e529d8867ddb871a249bf630d8e4f9ce3179b6a parent 39ccbb160540daecb94f71e6741bbf5216cfbd29 Author: MS <ms@taler.net> Date: Fri, 5 Feb 2021 13:25:33 +0100 fix name Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -459,7 +459,7 @@ fun serverMain(dbName: String, port: Int) { it[BankAccountTransactionsTable.amount] = amount.toString() it[currency] = account.currency it[date] = Instant.now().toEpochMilli() - it[accountServicerReference] = transactionReference + it[accountServicerReference] = transactionReferenceCrdt it[BankAccountTransactionsTable.account] = account.id it[direction] = "CRDT" }