Skip to content

Commit 17a1c6c

Browse files
committed
Add nonce row to runtime account details
1 parent e3666c6 commit 17a1c6c

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changelog/2427.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add nonce row to runtime account details

src/app/components/Account/RuntimeAccountDetailsView.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ export const RuntimeAccountDetailsView: FC<RuntimeAccountDetailsViewProps> = ({
152152
</>
153153
)}
154154

155+
<dt>{t('common.nonce')}</dt>
156+
<dd>{account.nonce ? account.nonce : t('common.missing')}</dd>
157+
155158
<dt>{t('common.transactions')}</dt>
156159
<dd>
157160
{account.stats.num_txns ? (

src/oasis-nexus/generated/api.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)