mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
common/coin_mvt: make it clear we're using Lightning HRP not BIP 173.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -495,7 +495,7 @@ static void coin_movement_notification_serialize(struct json_stream *stream,
|
||||
json_add_null(stream, "blockheight");
|
||||
}
|
||||
json_add_u32(stream, "timestamp", mvt->timestamp);
|
||||
json_add_string(stream, "coin_type", mvt->bip173_name);
|
||||
json_add_string(stream, "coin_type", mvt->hrp_name);
|
||||
|
||||
json_object_end(stream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user