Forked version of otto so we can support lowerCased methods

poc8
obscuren 11 years ago
parent 4198969302
commit de1dfae717
  1. 2
      ethereum/javascript_runtime.go
  2. 2
      ethereum/repl.go
  3. 2
      ethereum/repl_darwin.go

@ -6,7 +6,7 @@ import (
"github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethpub"
"github.com/ethereum/eth-go/ethutil"
"github.com/robertkrimen/otto"
"github.com/obscuren/otto"
)
type JSRE struct {

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/ethereum/eth-go"
"github.com/ethereum/eth-go/ethpub"
"github.com/robertkrimen/otto"
"github.com/obscuren/otto"
)
type Repl interface {

@ -8,7 +8,7 @@ package main
import "C"
import (
"github.com/robertkrimen/otto"
"github.com/obscuren/otto"
"strings"
"unsafe"
)

Loading…
Cancel
Save