vault713 / wallet713

A wallet that makes it easy to send, store, and swap Grin.
Apache License 2.0
196 stars 74 forks source link

repost transaction causing 'ERROR: Client Callback Error: Posting transaction to node' #71

Closed kccheung closed 5 years ago

kccheung commented 5 years ago

As title, after I send a transaction through

send --to @contact

and I saw the transaction is not confirmed using info and the amount sent is being locked.

Repost the transaction using, e.g. repost -i 3 would output ERROR: Client Callback Error: Posting transaction to node

kccheung commented 5 years ago

I found the problem causing this. I forgot to set grin_node_uri and grin_node_secret to my local node. I think the documentation should be more detail in telling how to set those up.