fix(solo): fix getPendingNonce return 0 nonce error
This commit is contained in:
parent
b2af69cedb
commit
fe97c92905
|
@ -41,7 +41,7 @@ func (n *Node) Stop() {
|
|||
|
||||
func (n *Node) GetPendingNonceByAccount(account string) uint64 {
|
||||
// TODO: implement me
|
||||
return 0
|
||||
return 1
|
||||
}
|
||||
|
||||
func (n *Node) Prepare(tx *pb.Transaction) error {
|
||||
|
|
Loading…
Reference in New Issue