You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[send cell transaction]: 0xe61b097a77057c116116e39a884c79ecd30046b1c90dca8437f68bff8c7da247
Send transaction error: jsonrpc error: `Server error: PoolRejectedTransactionByMinFeeRate: The min fee rate is 1000 shannons/KW, so the transaction fee should be 1591 shannons at least, but only got 1506
It happens in multisig scenario. The delta is computed as 1591 - 1506, resulting in 85. Interestingly, this value aligns precisely with the combined size of a pubkey hash (20) and a signature (65). I am contemplating whether there could be an error in the witness calculation for multisig. See:
I simulated twice multisig contract(omnilock) deployments, one new deploy and one upgraded deploy, and both were successful at the default fee-rate of 1000.
Rejected with following information:
There is not enough fee after balancing:
ckb-cli/src/subcommands/deploy/tx_builder.rs
Line 137 in c9d814d
Increasing fee-rate to 1200 can solve this issue.
The text was updated successfully, but these errors were encountered: