sending txs错误-kip-0009
I've encountered issue when sending txs.Storage mass exceeds maximum
Everything was working, but after some txs i see only this error.
I tried compounding the txs, but it didnt help.
I'm sending 24978364n
buildContext {
getMatureLength: 1,
balance: Balance { __wbg_ptr: 4128392 },
balanceStrings: BalanceStrings { __wbg_ptr: 3960024 }
}
const buildContext = new UtxoContext({ processor: buildProcessor });
const { transactions, summary } = await createTransactions({
entries: buildContext,
outputs: [
{
address: KASPA_REMOTE,
amount: kaspaToSompi(stringifyAmount)!,
},
],
changeAddress: fromAddr,
priorityFee: 0n,
});
答案:
https://github.com/kaspanet/kips/blob/master/kip-0009.md
感动 | 同情 | 无聊 | 愤怒 | 搞笑 | 难过 | 高兴 | 路过 |
- 上一篇:kaspa节点调用问题
- 下一篇:UtxoContext事务
相关文章
-
没有相关内容