decred.org/dcrwallet/v3@v3.1.0/rpc/client/dcrd/codes.go (about) 1 // Copyright (c) 2019 The Decred developers 2 // Use of this source code is governed by an ISC 3 // license that can be found in the LICENSE file. 4 5 package dcrd 6 7 const ( 8 codeDuplicateTx = -40 9 )