OpenBazaar / spvwallet

P2P SPV Wallet/Library in Go used in OpenBazaar 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"eventNameWindowEventMessage" not exported

DesWurstes opened this issue · comments

"eventNameWindowEventMessage" not exported

Spvwallet code

Go astilectron code

commit

The second error I got is this:

w.Send undefined (type *astilectron.Window has no field or method Send)

Spvwallet code

Go Astilectron code

commit

The second error is easy to fix: replace all "Send"s with SendMessage

Duplicate: cpacia/BitcoinCash-Wallet#10

hi there, how would you suggest fixing the first error? not quite sure where to start. tried git checkout on the astilectron code with commit hash but it said 'reference is not a tree'. thanks!