Skip to content

Commit 4ee2df6

Browse files
committed
Rename write_rgb_payment_info_file
1 parent 0ddf6d6 commit 4ee2df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightning/src/rgb_utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ pub fn is_channel_rgb(channel_id: &ChannelId, kv_store: &dyn KVStoreSync) -> boo
560560
}
561561

562562
/// Write RGB payment info to database
563-
pub fn write_rgb_payment_info_file(
563+
pub fn write_rgb_payment_info(
564564
payment_hash: &PaymentHash, contract_id: ContractId, amount_rgb: u64, swap_payment: bool,
565565
inbound: bool, kv_store: &Arc<dyn KVStoreSync + Send + Sync>,
566566
) {

0 commit comments

Comments
 (0)