Skip to content

Commit 51e3347

Browse files
committed
urkel: fix txn init.
1 parent c7aad42 commit 51e3347

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/urkel.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,6 @@ class WrappedTransaction extends WrappedSnapshot {
733733

734734
constructor(wtree) {
735735
super(wtree, wtree.rootHash());
736-
737-
/** @type {UrkelTransaction} */
738-
this._tx = null;
739736
}
740737

741738
init() {

0 commit comments

Comments
 (0)