Skip to content

Commit 0967115

Browse files
committed
Merge branch 'ts-catbuffer' of github.com:rg911/nem2-sdk-typescript-javascript into ts-catbuffer
2 parents 4ccde62 + 0787adf commit 0967115

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/model/transaction/AggregateTransaction.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,4 @@ export class AggregateTransaction extends Transaction {
334334
protected generateEmbeddedBytes(): Uint8Array {
335335
throw new Error('Method not implemented');
336336
}
337-
338-
/**
339-
* @internal
340-
* @returns {Uint8Array}
341-
*/
342-
protected generateEmbeddedBytes(): Uint8Array {
343-
throw new Error('Method not implemented');
344-
}
345337
}

0 commit comments

Comments
 (0)