Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
foodchain.py 실행 오류 수정
Browse files Browse the repository at this point in the history
couchDB 삭제
김기영 committed Aug 12, 2018
1 parent 0674e17 commit c8c630b
Showing 29 changed files with 4 additions and 3 deletions.
Binary file modified .vs/foodchain/v15/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion Foodchain.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
from chaincode.server_Json import *

from Stakeholder.Stakeholder import Stakeholder
from worldstate.kvstore import kvstore
#from flagdb.kvstore import kvstore

from msp.msp import msp
from synchronize.synchronize import synchronize
Binary file added Stakeholder/__pycache__/Stakeholder.cpython-36.pyc
Binary file not shown.
Binary file modified Stakeholder/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified __pycache__/metadata.cpython-36.pyc
Binary file not shown.
Binary file modified chaincode/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified chaincode/__pycache__/blockToJson.cpython-36.pyc
Binary file not shown.
Binary file modified chaincode/__pycache__/chainToJson.cpython-36.pyc
Binary file not shown.
Binary file modified chaincode/__pycache__/client_Json.cpython-36.pyc
Binary file not shown.
Binary file modified chaincode/__pycache__/randFileName.cpython-36.pyc
Binary file not shown.
Binary file modified chaincode/__pycache__/server_Json.cpython-36.pyc
Binary file not shown.
Binary file modified chaincode/__pycache__/transactionToJson.cpython-36.pyc
Binary file not shown.
Binary file modified flagdb/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified flagdb/__pycache__/kvstore.cpython-36.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion flagdb/kvstore.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import couchdb
#import couchdb

class kvstore:
def __init__(self, *args, **kwargs):
Binary file modified hash256/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified hash256/__pycache__/hash256.cpython-36.pyc
Binary file not shown.
Binary file modified ledger/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified ledger/__pycache__/block.cpython-36.pyc
Binary file not shown.
Binary file modified ledger/__pycache__/blockheader.cpython-36.pyc
Binary file not shown.
Binary file modified ledger/__pycache__/chain.cpython-36.pyc
Binary file not shown.
Binary file modified ledger/__pycache__/transaction.cpython-36.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions ledger/blockheader.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import sys, os

sys.path.append(os.path.dirname(os.path.abspath(os.path.dirname(__file__))))
import time, metadata

Binary file modified msp/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified msp/__pycache__/msp.cpython-36.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion msp/msp.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
sys.path.append(os.path.dirname(os.path.abspath(os.path.dirname(__file__))))

from ledger import transaction
from endorser import endorser
from chaincode import transactionToJson


Binary file modified synchronize/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified synchronize/__pycache__/synchronize.cpython-36.pyc
Binary file not shown.

0 comments on commit c8c630b

Please sign in to comment.