Skip to content

Commit

Permalink
Added missing pauseKey prop to the method (#2095)
Browse files Browse the repository at this point in the history
Signed-off-by: svetoslav-nikol0v <[email protected]>
  • Loading branch information
svetoslav-nikol0v authored Jan 11, 2024
1 parent 4603408 commit 72bd336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/token/TokenUpdateTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ export default class TokenUpdateTransaction extends Transaction {
update.feeScheduleKey != null
? Key._fromProtobufKey(update.feeScheduleKey)
: undefined,
pauseKey:
update.pauseKey != null
? Key._fromProtobufKey(update.pauseKey)
: undefined,
}),
transactions,
signedTransactions,
Expand Down

0 comments on commit 72bd336

Please sign in to comment.