OSDN Git Service

add the interaction functionality between the chrome-extension and Dapp.
[bytom/Byone.git] / src / content.js
index b2b5634..62ffe61 100644 (file)
@@ -59,6 +59,7 @@ class Content {
         break
       case MsgTypes.TRANSFER:
       case MsgTypes.ADVTRANSFER:
+      case MsgTypes.SEND:
         this.transfer(msg.type, networkMessage)
         break
       default: