fixed type error
This commit is contained in:
parent
f7f4a0fb5a
commit
6ea43afb41
@ -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