feat: handle psbt extract
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
const PSBT_BASE64_PREFIX = 'cHNidP8'
|
||||
|
||||
const blockTimeToDate = blockTime =>
|
||||
blockTime ? moment(blockTime * 1000).format('LLL') : ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user