This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core.umd.js:3427 EXCEPTION: Uncaught (in promise): OperationError: Failed to parse SessionDescription. s= fff ggh Expect line: s= | |
ErrorHandler.handleError @ core.umd.js:3427 | |
next @ core.umd.js:6901 | |
schedulerFn @ core.umd.js:6150 | |
SafeSubscriber.__tryOrUnsub @ Subscriber.js:223 | |
SafeSubscriber.next @ Subscriber.js:172 | |
Subscriber._next @ Subscriber.js:125 | |
Subscriber.next @ Subscriber.js:89 | |
Subject.next @ Subject.js:55 | |
EventEmitter.emit @ core.umd.js:6142 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"crypto/sha256" | |
"encoding/hex" | |
"fmt" | |
"github.com/btcsuite/btcutil/base58" | |
"golang.org/x/crypto/ripemd160" | |
) |