remove per_kb_fee

This commit is contained in:
j-berman
2022-05-28 18:56:26 -07:00
committed by Lee *!* Clagett
parent 271f0dcb64
commit 04a54ea136
3 changed files with 6 additions and 6 deletions

View File

@@ -294,7 +294,7 @@ namespace lws
return expand_outputs{src, self.user_key};
};
wire::object(dest,
wire::field(self.use_per_byte_fee ? "per_byte_fee" : "per_kb_fee", self.base_fee),
WIRE_FIELD_COPY(per_byte_fee),
WIRE_FIELD_COPY(fee_mask),
WIRE_FIELD_COPY(amount),
wire::field("outputs", wire::as_array(std::cref(self.outputs), expand))