We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0e0ee commit 637b145Copy full SHA for 637b145
pkg/code/server/transaction/intent.go
@@ -151,6 +151,8 @@ func (s *transactionServer) SubmitIntent(streamer transactionpb.Transaction_Subm
151
return newActionValidationError(submitActionsReq.Actions[0], "expected a no privacy withdraw action")
152
}
153
154
+ default:
155
+ return newIntentValidationError("expected a receive payments publicly intent")
156
157
default:
158
log.Warnf("unhandled owner account type %s", submitActionsOwnerMetadata.Type)
0 commit comments