OSDN Git Service

rename (#465)
[bytom/vapor.git] / protocol / vm / numeric.go
index 9a65af6..0845c9c 100644 (file)
@@ -3,7 +3,7 @@ package vm
 import (
        "math"
 
-       "github.com/vapor/math/checked"
+       "github.com/bytom/vapor/math/checked"
 )
 
 func op1Add(vm *virtualMachine) error {