mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-31 14:11:45 +00:00
Added sign arbitary with fee transaction
This commit is contained in:
11
lib/detect-platform.js
Normal file
11
lib/detect-platform.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const os = require('os')
|
||||
|
||||
const isMac = os.platform() === "darwin"
|
||||
const isWindows = os.platform() === "win32"
|
||||
const isLinux = os.platform() === "linux"
|
||||
|
||||
module.exports = {
|
||||
isMac,
|
||||
isWindows,
|
||||
isLinux,
|
||||
}
|
Reference in New Issue
Block a user