fixed
This commit is contained in:
parent
6ea43afb41
commit
6d0b250bf1
@ -131,7 +131,7 @@ onMounted(() => {
|
|||||||
);
|
);
|
||||||
addresses.value.valCons = pubKeyToValcons(
|
addresses.value.valCons = pubKeyToValcons(
|
||||||
v.value.consensus_pubkey,
|
v.value.consensus_pubkey,
|
||||||
blockchain.current.bech32ConsensusPrefix || "",
|
blockchain.current?.bech32ConsensusPrefix || "",
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
blockchain.rpc
|
blockchain.rpc
|
||||||
|
Loading…
Reference in New Issue
Block a user