From 735687be21b08a11bf167663b9336a56eeb05313 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Apr 2019 20:29:52 +0900 Subject: update token generation --- src/server/api/common/is-native-token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/api/common/is-native-token.ts') diff --git a/src/server/api/common/is-native-token.ts b/src/server/api/common/is-native-token.ts index 6afbc99ab5..22af84aad2 100644 --- a/src/server/api/common/is-native-token.ts +++ b/src/server/api/common/is-native-token.ts @@ -1 +1 @@ -export default (token: string) => token.startsWith('!'); +export default (token: string) => token.startsWith('0'); -- cgit v1.2.3-freya