rpc: properly return satoshis in WalletBalance response
This commit is contained in:
parent
58d3fd9dd8
commit
7c5af4b851
@ -864,7 +864,7 @@ func (r *rpcServer) WalletBalance(ctx context.Context,
|
||||
rpcsLog.Debugf("[walletbalance] balance=%v", balance)
|
||||
|
||||
return &lnrpc.WalletBalanceResponse{
|
||||
Balance: balance.ToBTC(),
|
||||
Balance: int64(balance),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user