Fixed pubkey not found in initial accounts

This commit is contained in:
klk1236
2022-07-06 18:13:43 +04:00
parent 61082b01ee
commit b51b7b4dd2
@@ -112,9 +112,10 @@ const transactionPage = ({
setBroadcastError("");
assert(accountOnChain, "Account on chain value missing.");
assert(pubkey, "Pubkey not found on chain or in database");
const bodyBytes = fromBase64(currentSignatures[0].bodyBytes);
const signedTx = makeMultisignedTx(
accountOnChain.pubkey as MultisigThresholdPubkey,
pubkey as MultisigThresholdPubkey,
txInfo.sequence,
txInfo.fee,
bodyBytes,