Skip to content

Commit d85e435

Browse files
author
Greg S
committed
PR #101: fix AccountPropertyTransaction import
1 parent 7db5995 commit d85e435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/transaction/AccountPropertyTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { PropertyModificationType } from '../account/PropertyModificationType';
1919
import { PropertyType } from '../account/PropertyType';
2020
import { NetworkType } from '../blockchain/NetworkType';
2121
import { MosaicId } from '../mosaic/MosaicId';
22-
import { UInt64 } from '../Uint64';
22+
import { UInt64 } from '../UInt64';
2323
import { AccountPropertyModification } from './AccountPropertyModification';
2424
import { Deadline } from './Deadline';
2525
import { ModifyAccountPropertyAddressTransaction } from './ModifyAccountPropertyAddressTransaction';

0 commit comments

Comments
 (0)