Split rpc functions into new file.

This commit is contained in:
tecnovert
2020-02-02 01:18:29 +02:00
parent 0a2c6dafb7
commit adbb0268ff
7 changed files with 142 additions and 145 deletions

View File

@@ -18,6 +18,8 @@ from .chainparams import (
)
from .util import (
pubkeyToAddress,
)
from .rpc import (
callrpc,
)