From 0bf0ebb0596a57ed85460016de1036e7f95c113a Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Mon, 5 Jun 2023 16:37:06 +0800 Subject: [PATCH] feat: add sign btn --- src/modules/[chain]/consensus/index.vue | 9 ++++++++- src/stores/useBlockchain.ts | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/modules/[chain]/consensus/index.vue b/src/modules/[chain]/consensus/index.vue index 3f50a2af..57e0c01f 100644 --- a/src/modules/[chain]/consensus/index.vue +++ b/src/modules/[chain]/consensus/index.vue @@ -121,9 +121,16 @@ console.log(chainStore.current?.endpoints?.rpc, 9998888, chainStore.rpc);
-

Updated at {{ }}

+

Updated at {{}}

+
+
+ Proposer Signed + Proposer Not Signed + Signed + Not Signed +
diff --git a/src/stores/useBlockchain.ts b/src/stores/useBlockchain.ts index d3063557..9841a9ba 100644 --- a/src/stores/useBlockchain.ts +++ b/src/stores/useBlockchain.ts @@ -35,6 +35,7 @@ export const useBlockchain = defineStore('blockchain', { }, getters: { current(): ChainConfig | undefined { + console.log(this.dashboard.chains[this.chainName], 'jljfkj') return this.dashboard.chains[this.chainName]; }, logo(): string {