This commit is contained in:
Ben Wilson 2023-07-24 22:24:58 -04:00
parent a4b4e517cb
commit 019055bc5a

View File

@ -11,7 +11,7 @@ export class AddressSettingsEntity extends TrackedEntity {
@Column({ type: 'real', default: 0 })
bestDifficulty: number
@Column()
@Column({ nullable: true })
miscCoinbaseScriptData: string;
}