Skip to content

Commit

Permalink
chore: changing variable state for substrate transaction build
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed May 28, 2024
1 parent ae58317 commit 95e05cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ export class FungibleTokenTransferController implements ReactiveController {
});

this.fee = fee;
this.resourceAmount = resourceAmount;
this.resourceAmountToDisplay = resourceAmount;
this.pendingTransferTransaction = pendingTransferTransaction;

if (!this.walletContext.value?.substrateWallet?.signerAddress) return;
Expand Down

0 comments on commit 95e05cf

Please sign in to comment.