You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
247 B
10 lines
247 B
6 years ago
|
import { defineMessages } from 'react-intl'
|
||
|
|
||
|
export default defineMessages({
|
||
|
node_public_key: 'Node Public Key',
|
||
|
node_pubkey: 'Node Pubkey',
|
||
|
bitcoin_address: 'Bitcoin Address',
|
||
|
copy_address: 'Copy address',
|
||
|
copy_pubkey: 'Copy Pubkey'
|
||
|
})
|