Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
Github transaction filter example: Approve Asset Transfer, I'm not able to understand this code?
publishmulti transaction was not signed properly
How to implement asset withdrawal from user's wallet?
Not able to complete signing of transaction for Multisignature address
address of a multisignature who signed a transaction
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
Transaction was not signed properly
+1
vote
Hi
I have created a blockchain on NODE -A and connected a new NODE - B on it.
A new address (ADDRESS-1) is created on NODE-B with the permission (connect, send, receive, mine, create, issue) by "getnewaddress" API
When doing a transaction, sending an asset from the admin address to ADDRESS-1 on NODE -B by 'createrawsendfrom' API, getting the following error.
But doing the same transaction on NODE - A, no issue is raising.
The new address is either from NODE- A NODE - B, then sending asset to an ADDRESS is not happening though there is permission.
code
:
-25
message
:
"
Transaction was not signed properly
"
Thanks in advance
multichain
raw-transactions
asset
asked
Jan 27, 2021
by
shivap17
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Make sure each node has the private keys for the addresses it wants to send transactions for.
answered
Jan 27, 2021
by
MultiChain
Please
log in
or
register
to add a comment.
...