fixed type error

This commit is contained in:
BitcoinVM 2024-02-04 12:32:55 +08:00
parent f7f4a0fb5a
commit 6ea43afb41

View File

@ -131,7 +131,7 @@ onMounted(() => {
);
addresses.value.valCons = pubKeyToValcons(
v.value.consensus_pubkey,
blockchain.current.bech32ConsensusPrefix,
blockchain.current.bech32ConsensusPrefix || "",
);
});
blockchain.rpc