Removing another code where no one knows where it comes from

This commit is contained in:
ogerly 2022-02-23 13:32:38 +01:00
parent ff63706f51
commit cd4a326ab7

View File

@ -31,8 +31,4 @@ export class Transaction extends BaseEntity {
@OneToOne(() => TransactionCreation, (transactionCreation) => transactionCreation.transaction) @OneToOne(() => TransactionCreation, (transactionCreation) => transactionCreation.transaction)
transactionCreation: TransactionCreation transactionCreation: TransactionCreation
sendReceiverUserId: number
sendReceiverPublicKey: Buffer
sendSenderFinalBalance: bigint
} }