File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ def build_channel_attributes(channel)
102102 node1 : channel [ "node1" ] ,
103103 node2 : channel [ "node2" ] ,
104104 created_timestamp : channel [ "created_timestamp" ] ,
105- last_updated_timestamp_of_node1 : channel [ "last_updated_timestamp_of_node1" ] . to_i ( 16 ) ,
106- last_updated_timestamp_of_node2 : channel [ "last_updated_timestamp_of_node2" ] . to_i ( 16 ) ,
107- fee_rate_of_node1 : channel [ "fee_rate_of_node1" ] . to_i ( 16 ) ,
108- fee_rate_of_node2 : channel [ "fee_rate_of_node2" ] . to_i ( 16 ) ,
105+ last_updated_timestamp_of_node1 : channel [ "last_updated_timestamp_of_node1" ] & .to_i ( 16 ) ,
106+ last_updated_timestamp_of_node2 : channel [ "last_updated_timestamp_of_node2" ] & .to_i ( 16 ) ,
107+ fee_rate_of_node1 : channel [ "fee_rate_of_node1" ] & .to_i ( 16 ) ,
108+ fee_rate_of_node2 : channel [ "fee_rate_of_node2" ] & .to_i ( 16 ) ,
109109 capacity : channel [ "capacity" ] . to_i ( 16 ) ,
110110 chain_hash : channel [ "chain_hash" ] ,
111111 open_transaction_id : open_transaction &.id ,
You can’t perform that action at this time.
0 commit comments