Merge pull request #71 from klk1236/klk/pubkeyfix
Fixed pubkey not found in initial accounts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user