diff --git a/onchaind/onchain.c b/onchaind/onchain.c index b27649f24..2d2f47fbf 100644 --- a/onchaind/onchain.c +++ b/onchaind/onchain.c @@ -183,6 +183,12 @@ static bool grind_feerate(struct bitcoin_tx *commit_tx, narrow_feerate_range(fee, multiplier); return true; } + status_broken("grind_feerate failed from %u - %u" + " for tx %s, signature %s, multiplier %"PRIu64, + feerate_range.min, feerate_range.max, + type_to_string(tmpctx, struct bitcoin_tx, commit_tx), + type_to_string(tmpctx, secp256k1_ecdsa_signature, remotesig), + multiplier); return false; }