according to this comment 4 should be the max number of senders possible but the test does not fail when senders is set to 5.
|
async fn do_ns1r(services: &TestServices) -> Result<(), BoxError> { |
|
// Anything past 4 senders will hit a max payload size error |
|
let num_senders = 4; |
|
let (_bitcoind, senders, receiver) = |