-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
@@ -59,3 +71,21 @@ export const toWholeCoins = satoshis => { | |||
export const getCurrencyName = symbol => { | |||
return symbol === 'BTC' ? 'Bitcoin' : 'Litecoin'; | |||
}; | |||
|
|||
// TODO: refactor how we copy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove this TODO, its irrelevant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure? Why did you put it there in the first place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementation was off the top of my head at first so I wasn't sure if it would cover all use cases, but I don't think we need anything fancier than that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michael1011 Solve the conflicts, but other then that looks very good.
b42c44c
to
4eb262d
Compare
Should be good now. Please have another look @ImmanuelSegol |
Depends on BoltzExchange/boltz-middleware#32