Skip to content

Commit

Permalink
fix: node operator public key
Browse files Browse the repository at this point in the history
  • Loading branch information
Baha committed Nov 22, 2021
1 parent eb953a9 commit 613336e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/store/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {
IListener,
Listener,
NetworkType,
NodeInfo,
RentalFees,
RepositoryFactory,
RepositoryFactoryHttp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export class FormPersistentDelegationRequestTransactionTs extends FormTransactio
this.currentSignerAccountInfo.publicKey,
);
if (nodeInfo) {
this.formItems.nodeModel = { nodePublicKey: nodeInfo.publicKey } as NodeModel;
this.formItems.nodeModel = { nodePublicKey: nodeInfo.nodePublicKey } as NodeModel;
} else {
this.formItems.nodeModel = { nodePublicKey: '' } as NodeModel;
}
Expand Down

0 comments on commit 613336e

Please sign in to comment.