coinbase-samples / prime-order-book-py

Sample real-time order book via the Coinbase Prime API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent new lines

rcbgr opened this issue · comments

commented

product_id)

Should this be:

 signature = sign(
                channel,
                ACCESS_KEY,
                SECRET_KEY,
                SVC_ACCOUNTID,
                product_id,
)