fix linting and build error

This commit is contained in:
einhorn_b 2023-12-07 13:44:18 +01:00
parent 7a9f52e440
commit bf71f91bc3
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ export class AccountFactory {
).publicKey
account.type = type.valueOf()
account.createdAt = createdAt
account.balance = new Decimal(0)
account.balanceConfirmedAt = new Decimal(0)
account.balanceCreatedAt = new Decimal(0)
return account
}

View File

@ -1 +1 @@
export const PROTO_TRANSACTION_BODY_VERSION_NUMBER = '3.3'
export const PROTO_TRANSACTION_BODY_VERSION_NUMBER = '3.3'