Closed kccheung closed 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.
info
Repost the transaction using, e.g. repost -i 3 would output ERROR: Client Callback Error: Posting transaction to node
repost -i 3
ERROR: Client Callback Error: Posting transaction to node
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.
grin_node_uri
grin_node_secret
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 outputERROR: Client Callback Error: Posting transaction to node