Merge pull request #71 from klk1236/klk/pubkeyfix

Fixed pubkey not found in initial accounts
This commit is contained in:
Simon Warta
2022-07-11 12:11:14 +02:00
committed by GitHub
@@ -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,
txInfo.sequence,
txInfo.fee,
bodyBytes,